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