Lepcha Punctuation Tshook

᰿

Shortcodes

Copy and paste codes for Lepcha Punctuation Tshook symbol ᰿ to use in your websites, apps, blogs, and more.

Unicode
U+1C3F
HTML Code
᰿
HEX Code
᰿
CSS Code
\1C3F
JS/JSON
\u1C3F
Unix/C/PHP/JAVA
0x1C3F
URL-encode
%E1%B0%BF
copied

Customize Lepcha Punctuation Tshook Symbol

Customize ᰿ symbol as you like and download Lepcha Punctuation Tshook as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
᰿

                        
                    

How to add Lepcha Punctuation Tshook symbol in HTML, CSS, and JS?

Insert ᰿ Lepcha Punctuation Tshook using HTML

1. Copy-paste Lepcha Punctuation Tshook directly:
<span>᰿</span>
2. HTML Decimal Code:
<span>&#7231;</span>
3. Hexadecimal Code:
<span>&#x1C3F;</span>
Preview: ᰿

Add Lepcha Punctuation Tshook symbol with CSS

.lepcha-punctuation-tshook::before {
    content: '\\1C3F';
}
Preview: Lepcha Punctuation Tshook

Lepcha Punctuation Tshook JavaScript Code

1. Direct Symbol:
document.querySelector('.lepcha-punctuation-tshook').textContent = '᰿';
2. Unicode Escape for ᰿:
document.querySelector('.lepcha-punctuation-tshook').textContent = '\u1C3F';
Preview: ᰿