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
ㄜ (BOPOMOFO LETTER E) is the Unicode character at code point U+311C. It belongs to the Bopomofo block, in the Other Letter (Lo) general category. Its script is Bopo.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+311C | |
| decimal | 12572 | |
| htmldecimal | ㄜ | |
| htmlhex | ㄜ | |
| css | \311C | |
| javascript | \u{311C} | |
| python | \u311c | |
| java | \u311C | |
| go | \u311C | |
| ruby | \u{311C} | |
| rust | \u{311C} | |
| ccpp | \u311c | |
| urlencoded | %E3%84%9C | |
| utf8bytes | e3 84 9c | |
| utf16bebytes | 31 1c | |
| utf32bebytes | 00 00 31 1c |
How to Use
HTML:
ㄜ
CSS:
content: "\311C"
JavaScript:
"\u{311C}"
Python:
"\u311c"
Properties
Frequently Asked Questions
What is the ㄜ character (BOPOMOFO LETTER E)?
ㄜ (BOPOMOFO LETTER E) is the Unicode character U+311C.
What is the Unicode codepoint of BOPOMOFO LETTER E?
The BOPOMOFO LETTER E character (ㄜ) has codepoint U+311C.
How do I type or copy BOPOMOFO LETTER E?
Copy ㄜ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.