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