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