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