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
は (HIRAGANA LETTER HA) is the Unicode character at code point U+306F. It belongs to the Hiragana block, in the Other Letter (Lo) general category. Its script is Hira.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+306F | |
| decimal | 12399 | |
| htmldecimal | は | |
| htmlhex | は | |
| css | \306F | |
| javascript | \u{306F} | |
| python | \u306f | |
| java | \u306F | |
| go | \u306F | |
| ruby | \u{306F} | |
| rust | \u{306F} | |
| ccpp | \u306f | |
| urlencoded | %E3%81%AF | |
| utf8bytes | e3 81 af | |
| utf16bebytes | 30 6f | |
| utf32bebytes | 00 00 30 6f |
How to Use
HTML:
は
CSS:
content: "\306F"
JavaScript:
"\u{306F}"
Python:
"\u306f"
Properties
Frequently Asked Questions
What is the は character (HIRAGANA LETTER HA)?
は (HIRAGANA LETTER HA) is the Unicode character U+306F.
What is the Unicode codepoint of HIRAGANA LETTER HA?
The HIRAGANA LETTER HA character (は) has codepoint U+306F.
How do I type or copy HIRAGANA LETTER HA?
Copy は directly, or use the HTML entity, UTF-8, and code encodings shown on this page.