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