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