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 IU) is the Unicode character at code point U+3129. 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+3129 | |
| decimal | 12585 | |
| htmldecimal | ㄩ | |
| htmlhex | ㄩ | |
| css | \3129 | |
| javascript | \u{3129} | |
| python | \u3129 | |
| java | \u3129 | |
| go | \u3129 | |
| ruby | \u{3129} | |
| rust | \u{3129} | |
| ccpp | \u3129 | |
| urlencoded | %E3%84%A9 | |
| utf8bytes | e3 84 a9 | |
| utf16bebytes | 31 29 | |
| utf32bebytes | 00 00 31 29 |
How to Use
HTML:
ㄩ
CSS:
content: "\3129"
JavaScript:
"\u{3129}"
Python:
"\u3129"
Properties
Frequently Asked Questions
What is the ㄩ character (BOPOMOFO LETTER IU)?
ㄩ (BOPOMOFO LETTER IU) is the Unicode character U+3129.
What is the Unicode codepoint of BOPOMOFO LETTER IU?
The BOPOMOFO LETTER IU character (ㄩ) has codepoint U+3129.
How do I type or copy BOPOMOFO LETTER IU?
Copy ㄩ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.