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