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