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