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 ELLIPSIS) is the Unicode character at code point U+1801. It belongs to the Mongolian block, in the Other Punctuation (Po) general category. Its script is Mong.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+1801 | |
| decimal | 6145 | |
| htmldecimal | ᠁ | |
| htmlhex | ᠁ | |
| css | \1801 | |
| javascript | \u{1801} | |
| python | \u1801 | |
| java | \u1801 | |
| go | \u1801 | |
| ruby | \u{1801} | |
| rust | \u{1801} | |
| ccpp | \u1801 | |
| urlencoded | %E1%A0%81 | |
| utf8bytes | e1 a0 81 | |
| utf16bebytes | 18 01 | |
| utf32bebytes | 00 00 18 01 |
How to Use
HTML:
᠁
CSS:
content: "\1801"
JavaScript:
"\u{1801}"
Python:
"\u1801"
Properties
Frequently Asked Questions
What is the ᠁ character (MONGOLIAN ELLIPSIS)?
᠁ (MONGOLIAN ELLIPSIS) is the Unicode character U+1801.
What is the Unicode codepoint of MONGOLIAN ELLIPSIS?
The MONGOLIAN ELLIPSIS character (᠁) has codepoint U+1801.
How do I type or copy MONGOLIAN ELLIPSIS?
Copy ᠁ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.