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