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
ေ (MYANMAR VOWEL SIGN E) is the Unicode character at code point U+1031. It belongs to the Myanmar block, in the Spacing Mark (Mc) general category. Its script is Mymr.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+1031 | |
| decimal | 4145 | |
| htmldecimal | ေ | |
| htmlhex | ေ | |
| css | \1031 | |
| javascript | \u{1031} | |
| python | \u1031 | |
| java | \u1031 | |
| go | \u1031 | |
| ruby | \u{1031} | |
| rust | \u{1031} | |
| ccpp | \u1031 | |
| urlencoded | %E1%80%B1 | |
| utf8bytes | e1 80 b1 | |
| utf16bebytes | 10 31 | |
| utf32bebytes | 00 00 10 31 |
How to Use
HTML:
ေ
CSS:
content: "\1031"
JavaScript:
"\u{1031}"
Python:
"\u1031"
Properties
Frequently Asked Questions
What is the ေ character (MYANMAR VOWEL SIGN E)?
ေ (MYANMAR VOWEL SIGN E) is the Unicode character U+1031.
What is the Unicode codepoint of MYANMAR VOWEL SIGN E?
The MYANMAR VOWEL SIGN E character (ေ) has codepoint U+1031.
How do I type or copy MYANMAR VOWEL SIGN E?
Copy ေ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.