Hello All,
Symbol for Indian currency was approved by the Union Cabinet on 15 July 2010. below is method to makes the rupee symbol available to everybody on the web.
WebRupee is a web api for the symbol of Indian currency. WebRupee API provides a simple, cross browser method for using the Rupee symbol on your webpage, blog or anywhere on the web.
here is method to print Indian Currency symbol
<html>
<head>
<link rel="stylesheet" type="text/css" href="http://cdn.webrupee.com/font">
<script src=http://cdn.webrupee.com/js type=”text/javascript”></script>
</head>
<body>
Rupee Symbol :<span class="WebRupee">Rs.</span> 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.
below is another method You can now also use the new rupee symbol position U+20B9 ₹ INDIAN RUPEE SIGN accepted by Unicode, just write it in the following way:
<span class="WebRupee">₹</span> 500
</body>
</html>
Note: 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>
for more information click here Web rupee
Thank you.