Ruble ( ₽ ) symbol not showing on iOS?

久未见 提交于 2020-01-02 07:29:29

问题


I am developing an eCommerce application and one of the features is that users can choose their currencies. Now, I noticed that when somebody selects the Russian Ruble, the symbol shows as just a square in Chrome on iOS (version 7.1). Why is that?

It should show this:

but it shows this:

Note that I am using the HTML code to display it:

₽

On the desktop version (iMac) it shows fine and I imagine on other operating systems, too.

Anybody got a clue why it's not showing in iOS?


回答1:


Ruble symbol supports only iOS 8+.

The Unicode consortium officially designated a code point, U+20BD RUBLE SIGN, ₽, for the new symbol in Unicode 7.0, released 2014-06-16. iOS7 was released earlier. Last entry in this Unicode chart




回答2:


The answer given is correct (the symbol was only recently introduced) but there is some really good detailed information on this issue over here: Russian ruble symbol HTML code?



来源:https://stackoverflow.com/questions/29146576/ruble-%e2%82%bd-symbol-not-showing-on-ios

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!