Tai Tham Sign Wiang

Shortcodes

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

Unicode
U+1AA0
HTML Code
᪠
HEX Code
᪠
CSS Code
\1AA0
JS/JSON
\u1AA0
Unix/C/PHP/JAVA
0x1AA0
URL-encode
%E1%AA%A0

Customize Tai Tham Sign Wiang

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

  

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

Insert in HTML

1. Direct symbol:
<span>᪠</span>
HTML Code:
<span>&#6816;</span>
HEX Code:
<span>&#x1AA0;</span>

Add with CSS

.tai-tham-sign-wiang::before {
  content: '\\1AA0';
}

Set it in JavaScript

document.querySelector('.tai-tham-sign-wiang').textContent = '᪠';
copied