Lepcha Punctuation Ta-rol

Shortcodes

Copy useful codes for lepcha punctuation ta-rol symbol ᰻ to use in websites, apps, blogs, and docs.

Unicode
U+1C3B
HTML Code
᰻
HEX Code
᰻
CSS Code
\1C3B
JS/JSON
\u1C3B
Unix/C/PHP/JAVA
0x1C3B
URL-encode
%E1%B0%BB

Customize Lepcha Punctuation Ta-rol

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

  

How to use Lepcha Punctuation Ta-rol Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>᰻</span>
HTML Code:
<span>&#7227;</span>
HEX Code:
<span>&#x1C3B;</span>

Add with CSS

.lepcha-punctuation-ta-rol::before {
  content: '\\1C3B';
}

Set it in JavaScript

document.querySelector('.lepcha-punctuation-ta-rol').textContent = '᰻';
copied