WebRupee - Use Symbol Rupee on Your Website


What is WebRupee?

Symbol for Indian currency was approved by the Union Cabinet on 15 July 2010. WebRupee is a web API for the symbol of Indian currency, it makes the rupee symbol available to everybody on the web.

WebRupee API provides a simple, cross browser method for using the Rupee symbol on your webpage, blog or anywhere on the web.

A Sample Output


Rs. 200 »  
  • This rupee symbol is dynamically generated by WebRupee API for web viewing. It's not an image.
  • Try copying the 'Rupee symbol and 200', and paste it somewhere(like notepad). Wham! It just printed 'Rs. 200'.

Well that means if somebody copies text from your site and pastes it somewhere he will see Rs. and not some other or blank character.

How To Use WebRupee?

Add a stylesheet link in the head section of your webpage:
<link rel="stylesheet" type="text/css" href="http://cdn.webrupee.com/font">
Add the following code enclosing your "Rs."
<span class="WebRupee">Rs.</span> 200
OR
Just include the following javascript and it will update all the " Rs " / " Rs. " for you
<script src="http://cdn.webrupee.com/js" type="text/javascript"></script>


Read More