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