Tai Tham Sign Keow

Shortcodes

Copy and paste codes for Tai Tham Sign Keow symbol ᪣ to use in your websites, apps, blogs, and more.

Unicode
U+1AA3
HTML Code
᪣
HEX Code
᪣
CSS Code
\1AA3
JS/JSON
\u1AA3
Unix/C/PHP/JAVA
0x1AA3
URL-encode
%E1%AA%A3
copied

Customize Tai Tham Sign Keow Symbol

Customize ᪣ symbol as you like and download Tai Tham Sign Keow 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 Tai Tham Sign Keow symbol in HTML, CSS, and JS?

Insert ᪣ Tai Tham Sign Keow using HTML

1. Copy-paste Tai Tham Sign Keow directly:
<span>᪣</span>
2. HTML Decimal Code:
<span>&#6819;</span>
3. Hexadecimal Code:
<span>&#x1AA3;</span>
Preview:

Add Tai Tham Sign Keow symbol with CSS

.tai-tham-sign-keow::before {
    content: '\\1AA3';
}
Preview: Tai Tham Sign Keow

Tai Tham Sign Keow JavaScript Code

1. Direct Symbol:
document.querySelector('.tai-tham-sign-keow').textContent = '᪣';
2. Unicode Escape for ᪣:
document.querySelector('.tai-tham-sign-keow').textContent = '\u1AA3';
Preview: