Indian rupee symbol

前端 未结 2 1975
自闭症患者
自闭症患者 2020-12-03 23:59

The indian rupee symbol Unicode U+20B9 (HTML: ₹) renders correctly in latest version of IE/ firefox but it doesn\'t it render in IE8

Is this related to system

相关标签:
2条回答
  • 2020-12-04 00:11

    I'm too late but I think this is the best solution visit http://fontawesome.io/icons/

    0 讨论(0)
  • 2020-12-04 00:25

    Not all fonts have this symbol. So if you don't specify a font explicitly, the browsers try to use a fallback-font to display things. And IE may use a different fallback-font.

    I'm not sure if you can call this a problem with IE. It could be a font problem: the font which IE tries to use, may incorrectly tell the system it can display the sign, while it actually can't.

    So if you know which fonts can display the rupee, specify one of those fonts in the HTML for it.

    0 讨论(0)
提交回复
热议问题