copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('ᡸ'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
ᡸ
Overview
ᡸ (MONGOLIAN LETTER CHA WITH TWO DOTS) is the Unicode character at code point U+1878. It belongs to the Mongolian block, in the Other Letter (Lo) general category. Its script is Mong.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+1878 | |
| decimal | 6264 | |
| htmldecimal | ᡸ | |
| htmlhex | ᡸ | |
| css | \1878 | |
| javascript | \u{1878} | |
| python | \u1878 | |
| java | \u1878 | |
| go | \u1878 | |
| ruby | \u{1878} | |
| rust | \u{1878} | |
| ccpp | \u1878 | |
| urlencoded | %E1%A1%B8 | |
| utf8bytes | e1 a1 b8 | |
| utf16bebytes | 18 78 | |
| utf32bebytes | 00 00 18 78 |
How to Use
HTML:
ᡸ
CSS:
content: "\1878"
JavaScript:
"\u{1878}"
Python:
"\u1878"
Properties
Frequently Asked Questions
What is the ᡸ character (MONGOLIAN LETTER CHA WITH TWO DOTS)?
ᡸ (MONGOLIAN LETTER CHA WITH TWO DOTS) is the Unicode character U+1878.
What is the Unicode codepoint of MONGOLIAN LETTER CHA WITH TWO DOTS?
The MONGOLIAN LETTER CHA WITH TWO DOTS character (ᡸ) has codepoint U+1878.
How do I type or copy MONGOLIAN LETTER CHA WITH TWO DOTS?
Copy ᡸ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.