0

I want to display rupee symbol on web page I have used &#8377 this code for rupee symbol it works fine in Firefox and chrome but not working in IE9,8,7

<p>&#8377 100/</p>

Please help me with this

Thanks in Advance

nikita
  • 273
  • 3
  • 15
  • 1
    This link may be helpful for you. http://www.design2core.com/myblog/css/how-to-use-new-indian-rupee-symbolwebrupee-on-your-webpage-or-blog/ – Gunaseelan Feb 19 '15 at 05:59
  • Thanks Gunasseelan this link helped me – nikita Feb 19 '15 at 06:20
  • For supporting the rupee symbol you can go through [Font Awesome](http://fortawesome.github.io/Font-Awesome/icon/inr/). It will work. Hope it helps – Geeker Feb 19 '15 at 05:58

1 Answers1

1

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>
Glorfindel
  • 21,988
  • 13
  • 81
  • 109
invinciblejai
  • 1,103
  • 1
  • 8
  • 15