About Mongolian Letter Zra
Mongolian Letter Zra is the Unicode character ᠿ at codepoint U+183F in the Mongolian block of the Basic Multilingual Plane (BMP).
Technical Reference
| Unicode Codepoint | |
| Decimal | |
| UTF-8 (hex) | |
| UTF-16 (hex) | |
| HEX Entity | |
| HTML Entity | |
| CSS (\xxxx) | |
| JavaScript | |
| Python |
How to Use Mongolian Letter Zra
To use the Mongolian Letter Zra symbol (ᠿ) in HTML, insert the
entity ᠿ directly into your markup. The decimal entity ᠿ works in any HTML-serialised document.
In CSS pseudo-elements use content: '\183F';.
In JavaScript and TypeScript the escape '\u183F' evaluates to ᠿ. In Python source, write '\u183F'.
The character encodes to E1 A0 BF as UTF-8 bytes and 183F as UTF-16 code units. Its decimal codepoint is 6207.
This is a text-based Unicode character. It will render in the current font on most platforms. If a font lacks this glyph, the browser may show a placeholder or fall back to a system font.