Tai Tham Sign Kaan

Shortcodes

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

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

Customize Tai Tham Sign Kaan

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

  

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

Insert in HTML

1. Direct symbol:
<span>᪨</span>
HTML Code:
<span>&#6824;</span>
HEX Code:
<span>&#x1AA8;</span>

Add with CSS

.tai-tham-sign-kaan::before {
  content: '\\1AA8';
}

Set it in JavaScript

document.querySelector('.tai-tham-sign-kaan').textContent = '᪨';
copied