Tai Tham Sign Kaan

Shortcodes

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

Unicode
U+1AA8
HTML Code
᪨
HEX Code
᪨
CSS Code
\1AA8
JS/JSON
\u1AA8
Unix/C/PHP/JAVA
0x1AA8
URL-encode
%E1%AA%A8
copied

Customize Tai Tham Sign Kaan Symbol

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

Insert ᪨ Tai Tham Sign Kaan using HTML

1. Copy-paste Tai Tham Sign Kaan directly:
<span>᪨</span>
2. HTML Decimal Code:
<span>&#6824;</span>
3. Hexadecimal Code:
<span>&#x1AA8;</span>
Preview:

Add Tai Tham Sign Kaan symbol with CSS

.tai-tham-sign-kaan::before {
    content: '\\1AA8';
}
Preview: Tai Tham Sign Kaan

Tai Tham Sign Kaan JavaScript Code

1. Direct Symbol:
document.querySelector('.tai-tham-sign-kaan').textContent = '᪨';
2. Unicode Escape for ᪨:
document.querySelector('.tai-tham-sign-kaan').textContent = '\u1AA8';
Preview: