Thai Currency Symbol Baht
฿
Shortcodes
Copy useful codes for thai currency symbol baht ฿ to use in websites, apps, blogs, and docs.
Unicode
U+0E3F HTML Code
฿ HEX Code
฿ CSS Code
\0E3F JS/JSON
\u0E3F Unix/C/PHP/JAVA
0xE3F URL-encode
%E0%B8%BF Customize Thai Currency Symbol Baht
Customize ฿, download it as SVG or PNG, or copy the generated HTML snippet.
฿
How to use Thai Currency Symbol Baht in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>฿</span> HTML Code:
<span>฿</span> HEX Code:
<span>฿</span> Add with CSS
.thai-currency-symbol-baht::before {
content: '\\0E3F';
} Set it in JavaScript
document.querySelector('.thai-currency-symbol-baht').textContent = '฿';