Fr
Swiss Franc
Switzerland
Europe
Currency Code
ISO 4217 Code
CHF
Symbol
Fr
Common Usage
JavaScript/TypeScript
const currency = "CHF"; const symbol = "Fr"; const name = "Swiss Franc";
JSON/API Response
{
"currency": "CHF",
"symbol": "Fr",
"amount": 100.00
}HTML/Display
<span class="price">Fr100.00 CHF</span>
ISO 4217 Standard
ISO 4217 is the international standard for currency codes. The code "CHF" represents Swiss Franc, used in Switzerland. The symbol Fr is commonly used to denote this currency in financial transactions and displays.