¥
Chinese Yuan
China
Asia
Currency Code
ISO 4217 Code
CNY
Symbol
¥
Common Usage
JavaScript/TypeScript
const currency = "CNY"; const symbol = "¥"; const name = "Chinese Yuan";
JSON/API Response
{
"currency": "CNY",
"symbol": "¥",
"amount": 100.00
}HTML/Display
<span class="price">¥100.00 CNY</span>
ISO 4217 Standard
ISO 4217 is the international standard for currency codes. The code "CNY" represents Chinese Yuan, used in China. The symbol ¥ is commonly used to denote this currency in financial transactions and displays.