Displaying the Indian currency symbol on a website
The HTML entity for the Indian rupee sign is ₹
(₹). Use it like you would ©
for the copyright sign. For more, read Wikipedia's article on the rupee sign.
If you are using font awesome icons, then you can use this:
To import font-awesome:
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
Usage:
Current Price: <i class="fa fa-inr"></i> 400.00
will show as: