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