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