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