Indian Rupee Sign in HTML CODE

 


<!DOCTYPE html>
<html>
<style>
body {
  font-size: 20px;
}
</style>
<body>

<span style='font-size:100px;'>&#8377;</span>
<p>I will display &#8377;</p>
<p>I will display &#x20B9;</p>

</body>
</html>

Comments

Popular posts from this blog