Tai Tham Sign Hang

Shortcodes

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

Unicode
U+1AAC
HTML Code
᪬
HEX Code
᪬
CSS Code
\1AAC
JS/JSON
\u1AAC
Unix/C/PHP/JAVA
0x1AAC
URL-encode
%E1%AA%AC
copied

Customize Tai Tham Sign Hang Symbol

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

Insert ᪬ Tai Tham Sign Hang using HTML

1. Copy-paste Tai Tham Sign Hang directly:
<span>᪬</span>
2. HTML Decimal Code:
<span>&#6828;</span>
3. Hexadecimal Code:
<span>&#x1AAC;</span>
Preview:

Add Tai Tham Sign Hang symbol with CSS

.tai-tham-sign-hang::before {
    content: '\\1AAC';
}
Preview: Tai Tham Sign Hang

Tai Tham Sign Hang JavaScript Code

1. Direct Symbol:
document.querySelector('.tai-tham-sign-hang').textContent = '᪬';
2. Unicode Escape for ᪬:
document.querySelector('.tai-tham-sign-hang').textContent = '\u1AAC';
Preview: