Lets Start With Rupee Symbol implementation Official Indian currency symbol was added to Unicode at the unicode version 6.0 during October 2010.The code approved by Unicode consortium for Indian rupee symbol is: U+20B9. Once all the computers and mobile phones in the world update to latest version of Unicode, everyone will be able to use Indian rupee symbol just like $ or € symbols. WebRupee API provides a simple, cross browser method for using the Rupee symbol on webpages like other country currency codes.Refer below code
Indian Rupee Symbol using HTML and css
<HTML> <HEAD> <link rel="stylesheet" type="text/css" href="http://cdn.webrupee.com/font"> </HEAD> <BODY> <span class="WebRupee">Rs</span> 500 </BODY> </HTML>
Hi I am Yashwant founder of www.technicalkeeda.com, Purpose of this website to share the programming knowledge in the form post , blogs and articles.