I want to display rupee symbol on web page I have used ₹ this code for rupee symbol it works fine in Firefox and chrome but not working in IE9,8,7
<p>₹ 100/</p>
Please help me with this
Thanks in Advance
I want to display rupee symbol on web page I have used ₹ this code for rupee symbol it works fine in Firefox and chrome but not working in IE9,8,7
<p>₹ 100/</p>
Please help me with this
Thanks in Advance
best way to achieve it across browsers is custom fonts , font-awesome
usage :
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.css" rel="stylesheet"/>
<i class="fa fa-inr"></i>