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