This symbol for the rupee, the currency of India, was approved by the Union Cabinet on 15 July 2010.

How can I display it on a website?
feedback
|
|
The HTML entity for the Indian rupee sign is | ||||
|
feedback
|
|
It will take more than an year (or two) for the universal acceptance.
Creating custom fonts by using arbitrary code-base and (forcefully) embedding them in every web-pages is discouraged for Website. (for desktop applications it may be acceptable). Although your solution may be acceptable; I would not advice just for the sake of one symbol! Loading a font file makes web-pages slower. By the time it is advised to use icon-sets for rupee symbol. Prepare a set of icons with sizes 12x8, 16x12, 32x32 that you can incorporate in-line using E.g
Note: This is what Wikipedia does. it uses png/svg file. Check the infobox here. | |||||||||||||
feedback
|
|
This can be sought of a temporary solution.
Unicode has accepted | |||||
feedback
|
|
Just type | ||||
|
feedback
|
|
WebRupee is a web API for the Indian currency symbol. It provides a simple, cross browser method for using the Rrupee symbol on your webpage, blog or anywhere on the web. Here is a method for printing the Indian currency symbol:
This means if somebody copies text from your site and pastes it somewhere else, he will see Rs and not some other or blank character. You can now also use the new Rupee unicode symbol — U+20B9 INDIAN RUPEE SIGN. It can be used in this manner:
Just include the following script and it will update all the "Rs" / "Rs." for you:
| |||||||||||||||||
feedback
|
|
Use this CSS:
Declare it wherever required like this:
| ||||
|
feedback
|