Tai Tham Sign Satkaan

Shortcodes

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

Unicode
U+1AAA
HTML Code
᪪
HEX Code
᪪
CSS Code
\1AAA
JS/JSON
\u1AAA
Unix/C/PHP/JAVA
0x1AAA
URL-encode
%E1%AA%AA

Customize Tai Tham Sign Satkaan

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

  

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

Insert in HTML

1. Direct symbol:
<span>᪪</span>
HTML Code:
<span>&#6826;</span>
HEX Code:
<span>&#x1AAA;</span>

Add with CSS

.tai-tham-sign-satkaan::before {
  content: '\\1AAA';
}

Set it in JavaScript

document.querySelector('.tai-tham-sign-satkaan').textContent = '᪪';
copied