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