Tai Tham Sign Reversed Rotated Rana

Shortcodes

Copy useful codes for tai tham sign reversed rotated rana symbol ᪦ to use in websites, apps, blogs, and docs.

Unicode
U+1AA6
HTML Code
᪦
HEX Code
᪦
CSS Code
\1AA6
JS/JSON
\u1AA6
Unix/C/PHP/JAVA
0x1AA6
URL-encode
%E1%AA%A6

Customize Tai Tham Sign Reversed Rotated Rana

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

  

How to use Tai Tham Sign Reversed Rotated Rana Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>᪦</span>
HTML Code:
<span>&#6822;</span>
HEX Code:
<span>&#x1AA6;</span>

Add with CSS

.tai-tham-sign-reversed-rotated-rana::before {
  content: '\\1AA6';
}

Set it in JavaScript

document.querySelector('.tai-tham-sign-reversed-rotated-rana').textContent = '᪦';
copied