Mobile app version of vmapp.org
Login or Join
Harper654

: How to use Indian currency symbol in HTML? I need to use the Indian Rupee symbol on a web page. I have applied the code ₹, but the output is ₹. How to display Indian Rupee symbol

@Harper654

Posted in: #Character #Css #Html #WebsiteDesign

I need to use the Indian Rupee symbol on a web page. I have applied the code ₹, but the output is ₹. How to display Indian Rupee symbol on a website as text?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Harper654

2 Comments

Sorted by latest first Latest Oldest Best

 

@Becky351

Looks like you're using Windows 7 version. An update to support Indian rupee sign is being rolled out by Microsoft for Windows Vista, in Windows Server 2008, in Windows 7 and in Windows Server 2008 R2.

This update includes font support, locale changes, and keyboard support.
Here's the link

10% popularity Vote Up Vote Down


 

@Debbie163

You can use decimal or hexadecimal values such as below.
Make you your meta charset is correctly set (UTF-8 should do I guess)

Decimal: ₹
Hexadecimal: ₹
CSS code: 20B9


More information and example usage on this page.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme