Home » Tech Tips » Shortcuts » How to Type Chinese Yuan or Renminbi Symbol 元?

How to Type Chinese Yuan or Renminbi Symbol 元?

China follows unique system compared to western countries and the currency symbol is not an exception to that. In general, China uses Mandarin or Chinese within China and Pinyin for the outside world. With similar context, the currency symbol is a Chinese Yuan (元) within China while Japanese Yen is used as a Chinese currency symbol in western scripts. If you are looking for typing the Chinese Yuan or Yen symbols, here are the shortcuts for the same.

Chinese Currency Symbols

Below are the three names used for Chinese currency:

  • Renminbi or RMB – renminbi literally means people’s currency indicated as RMB. This is the actual currency of China sharing the same Yen ¥ sign. In order to avoid confusion, some people also use CN¥ to differentiate from Japanese currency symbol Yen.
  • Chinese Yuan or CNY – Yuan is a unit of RMB, however people use it interchangeably as currency with the symbol 元. CNY is also the international ISO code for currency of China.
  • Kuai – this is an informal unit of RMB and kuài is what you will hear when you are inside China.

In summary, within Mainland China you will find the writings like 10元 and pronounced as ten kuai. You will never find people write 10¥ or 10 CNY or 10 RMB inside China. Below is the summary of the formal and informal currency with denominations.

FormalInformal
1 unitYuanKuai
1/10JiaoMao
1/100Fen

1 Yuan or Kuai = 10 Jiao or Mao = 100 Fen

Keyboard Shortcuts for Yuan and Yen Symbols

Since both Yuan and Yen are currency symbols for China, you can use the following alt code keyboard shortcuts to type the symbols in your documents.

Symbol NameYuan Sign 元Yen Sign ¥
Windows ShortcutAlt + 20803Alt + 165
Mac ShortcutOption + 5143Option + 00A5
Word Shortcut5143 Alt + X00A5 Alt + X
HTML Entity Decimal元¥
HTML Entity Hexadecimal元¥
HTML Entity Name ¥
CSS Value\5143;\00A5;
Decimal165165
Hexadecimal514300A5
Unicode PointU+5143U+00A5
CategoryCJK Unified IdeographsCurrency Symbols

How to Type Chinese Yuan Symbol?

1. Type Yuan symbol in Windows 10

In Windows 10 desktop and laptop computers, first turn on the numeric key. Press alt key and type the numbers 20803 using number pad on your keyboard. This will make the Chinese Yuan symbol like 元.

2. Type Yuan sign in Microsoft Word for Windows

In addition to Alt + 20803 shortcut, Microsoft Word also allows you to use Alt + X key combination. Type the hexadecimal code 5143 then press alt and x keys together to make Yuan sign 元.

3. How to type Yuan symbol in Mac?

If you are using Apple MacBook, first change the input method to Unicode Hex Input. Press option key and type 5143 to make Yuan symbol.

4. Yuan symbol in HTML and CSS

You can use decimal entity &# 20803; or hexadecimal entity &#x 5143; in HTML documents. On CSS, use the hexadecimal code \5143; with any pseudo elements.

HTML Code for Yuan Sign

<span>&#20803;</span>
<span>&#x5143;</span>

CSS Code Example

li:before {
	content:\5143;
	font-family:Arial;
}

Chinese Currency Symbols Display

Below is how the Yuan and Yen symbols will look on the browser.

¥

In Windows PC, you can customize the display of the symbol by applying background and changing font size. On Mac, you can use Character Viewer app to insert Yuan and Yen symbols with different font variation.

Type Chinese Yuan Symbol in Mac
Type Chinese Yuan Symbol in Mac
Type Yen or RMB Sign in Mac
Type Yen or RMB Sign in Mac

Yuan and Yen Signs in Unicode

Note that Yuan sign is categorized under CJK Unified Ideographs block in Unicode. This block has allocated code point from 4E00 to 9FFF containing more than 20K special characters used in Chinese, Japanese and Korean languages. The symbols under this category does not have any specific name. Therefore, you can’t search for “yuan” in any Unicode chart / name list / table. Even on Mac Character Viewer, you have to search with the code value of 5143 to find the symbol.

Unlike Yuan sign, Yen is part of Unicode currency block that you can search with the name.

Leave a Comment

Your email address will not be published. Required fields are marked *