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