Skip to content Skip to sidebar Skip to footer

Chinese Yuan (CNY Currency Symbol) In HTML?

Possible Duplicate: What's the HTML tag for the “Chinese dollar” currency symbol? What is the html code/entities for chinese yuan(CNY), is it similar to JPY, ¥? I did not f

Solution 1:

People would understand RMB, Wikipedia says you can use ¥ (same as for Japanese yen), but 元 seems to be more common than that, at least "offline" in real-world shops.

If you can use Unicode, just copy/paste the character in from somewhere (like here).


Solution 2:

From Wikipedia:

¥ is a currency sign used by the Japanese yen (JPY) and the Chinese yuan (CNY) currencies.


Solution 3:

You can use the JPY ¥ for Chinese Yuan as well. For example ¥50.00


Post a Comment for "Chinese Yuan (CNY Currency Symbol) In HTML?"