د.إ
UAE Dirham
United Arab Emirates
Asia
Currency Code
ISO 4217 Code
AED
Symbol
د.إ
Common Usage
JavaScript/TypeScript
const currency = "AED"; const symbol = "د.إ"; const name = "UAE Dirham";
JSON/API Response
{
"currency": "AED",
"symbol": "د.إ",
"amount": 100.00
}HTML/Display
<span class="price">د.إ100.00 AED</span>
ISO 4217 Standard
ISO 4217 is the international standard for currency codes. The code "AED" represents UAE Dirham, used in United Arab Emirates. The symbol د.إ is commonly used to denote this currency in financial transactions and displays.