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