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
ホ (KATAKANA LETTER HO) is the Unicode character at code point U+30DB. It belongs to the Katakana block, in the Other Letter (Lo) general category. Its script is Kana.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+30DB | |
| decimal | 12507 | |
| htmldecimal | ホ | |
| htmlhex | ホ | |
| css | \30DB | |
| javascript | \u{30DB} | |
| python | \u30db | |
| java | \u30DB | |
| go | \u30DB | |
| ruby | \u{30DB} | |
| rust | \u{30DB} | |
| ccpp | \u30db | |
| urlencoded | %E3%83%9B | |
| utf8bytes | e3 83 9b | |
| utf16bebytes | 30 db | |
| utf32bebytes | 00 00 30 db |
How to Use
HTML:
ホ
CSS:
content: "\30DB"
JavaScript:
"\u{30DB}"
Python:
"\u30db"
Properties
Frequently Asked Questions
What is the ホ character (KATAKANA LETTER HO)?
ホ (KATAKANA LETTER HO) is the Unicode character U+30DB.
What is the Unicode codepoint of KATAKANA LETTER HO?
The KATAKANA LETTER HO character (ホ) has codepoint U+30DB.
How do I type or copy KATAKANA LETTER HO?
Copy ホ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.