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