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) is the Unicode character at code point U+1834. 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+1834 | |
| decimal | 6196 | |
| htmldecimal | ᠴ | |
| htmlhex | ᠴ | |
| css | \1834 | |
| javascript | \u{1834} | |
| python | \u1834 | |
| java | \u1834 | |
| go | \u1834 | |
| ruby | \u{1834} | |
| rust | \u{1834} | |
| ccpp | \u1834 | |
| urlencoded | %E1%A0%B4 | |
| utf8bytes | e1 a0 b4 | |
| utf16bebytes | 18 34 | |
| utf32bebytes | 00 00 18 34 |
How to Use
HTML:
ᠴ
CSS:
content: "\1834"
JavaScript:
"\u{1834}"
Python:
"\u1834"
Properties
Frequently Asked Questions
What is the ᠴ character (MONGOLIAN LETTER CHA)?
ᠴ (MONGOLIAN LETTER CHA) is the Unicode character U+1834.
What is the Unicode codepoint of MONGOLIAN LETTER CHA?
The MONGOLIAN LETTER CHA character (ᠴ) has codepoint U+1834.
How do I type or copy MONGOLIAN LETTER CHA?
Copy ᠴ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.