Tai Tham Sign Dokmai

Shortcodes

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

Unicode
U+1AA5
HTML Code
᪥
HEX Code
\1AA5
CSS Code
\᪥
JS/JSON
\u1AA5
Unix/C/PHP/JAVA
0x1AA5
URL-encode
%E1%AA%A5

Customize Tai Tham Sign Dokmai

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

  

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

Insert in HTML

1. Direct symbol:
<span>᪥</span>
HTML Code:
<span>&#6821;</span>
HEX Code:
<span>\1AA5</span>

Add with CSS

.tai-tham-sign-dokmai::before {
  content: '\\&#6821;';
}

Set it in JavaScript

document.querySelector('.tai-tham-sign-dokmai').textContent = '᪥';
copied