Thai Currency Symbol Baht

฿

Shortcodes

Copy and paste codes for Thai Currency Symbol Baht ฿ to use in your websites, apps, blogs, and more.

Unicode
U+0E3F
HTML Code
฿
HEX Code
฿
CSS Code
\E3F
JS/JSON
\u0E3F
Unix/C/PHP/JAVA
0xE3F
URL-encode
%E0%B8%BF
copied

Customize Thai Currency Symbol Baht Symbol

Customize ฿ symbol as you like and download Thai Currency Symbol Baht as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
฿

                        
                    

How to add Thai Currency Symbol Baht in HTML, CSS, and JS?

Insert ฿ Thai Currency Symbol Baht using HTML

1. Copy-paste Thai Currency Symbol Baht directly:
<span>฿</span>
2. HTML Decimal Code:
<span>&#3647;</span>
3. Hexadecimal Code:
<span>&#x0E3F;</span>
Preview: ฿

Add Thai Currency Symbol Baht with CSS

.thai-currency-symbol-baht::before {
    content: '\\E3F';
}
Preview: Thai Currency Symbol Baht

Thai Currency Symbol Baht JavaScript Code

1. Direct Symbol:
document.querySelector('.thai-currency-symbol-baht').textContent = '฿';
2. Unicode Escape for ฿:
document.querySelector('.thai-currency-symbol-baht').textContent = '\u0E3F';
Preview: ฿