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