Tai Tham Sign Hang

Shortcodes

Copy useful codes for tai tham sign hang symbol ᪬ to use in websites, apps, blogs, and docs.

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

Customize Tai Tham Sign Hang

Customize ᪬, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Tai Tham Sign Hang Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>᪬</span>
HTML Code:
<span>&#6828;</span>
HEX Code:
<span>&#x1AAC;</span>

Add with CSS

.tai-tham-sign-hang::before {
  content: '\\1AAC';
}

Set it in JavaScript

document.querySelector('.tai-tham-sign-hang').textContent = '᪬';
copied