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' : ''">
ハ
KATAKANA LETTER HA
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
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.