The easy way, just include the following Javascript on your website header just before the closing </header> tag.
<script src="https://cdn.jsdelivr.net/rupyainr/1.0.0/rupyaINR.min.js"></script>Adding the above code on your website will convert every instance of Rs, Rs. and INR to Indian Rupee Symbol or Indian currency symbol (₹) (note that there should be a [space] after the rupee word - example : Rs [space] 200)
Or, the hard way, inlude the following CSS style to your website header
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/rupyainr/1.0.0/rupyaINR.min.css">and, add the following, to anywhere you need the ₹ symbol
<span class="rupyaINR">Rs</span>You could also add the Indian currency symbol on you're website via HTML CODE.
<span>&#8377;</span>Place the above HTML code anywhere in your HTML file to display the Indian rupee symbol.
Inspired by WebRupee
© 2018 Diagramz - All Rights Reserved.