How To Add Indian Rupee symbol in HTML

There are few web resources to add that symbol in HTML and out of which, 
1. an option is to add a JavaScript in the footer area of your blog template which will convert the text “Rs.” on your site to “Indian Rupee Symbol”. Here is the script,
Just paste this script in the footer 
area of your HTML before body close. WordPress users can paste this script in footer.php file of their theme template.

2. Other way is to include the below mentioned stylesheet in the HEAD section of your HTML file or template (header.php) and then you can use a pre-defined SPAN class to write Rs. text which will be converted to Indian Rupee Symbol. Here is the Stylesheet and SPAN class code.


Now use the below mentioned code to type Indian Rupee symbol,

Rs.