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