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' : ''">
ヘ
HALFWIDTH KATAKANA LETTER HE
Overview
ヘ (HALFWIDTH KATAKANA LETTER HE) is the Unicode character at code point U+FF8D. It belongs to the Halfwidth and Fullwidth Forms block, in the Other Letter (Lo) general category. Its script is Kana.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF8D | |
| decimal | 65421 | |
| htmldecimal | ヘ | |
| htmlhex | ヘ | |
| css | \FF8D | |
| javascript | \u{FF8D} | |
| python | \uff8d | |
| java | \uFF8D | |
| go | \uFF8D | |
| ruby | \u{FF8D} | |
| rust | \u{FF8D} | |
| ccpp | \uff8d | |
| urlencoded | %EF%BE%8D | |
| utf8bytes | ef be 8d | |
| utf16bebytes | ff 8d | |
| utf32bebytes | 00 00 ff 8d |
How to Use
HTML:
ヘ
CSS:
content: "\FF8D"
JavaScript:
"\u{FF8D}"
Python:
"\uff8d"
Properties
- Script
- Kana
- Category
- Other Letter (Lo)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <narrow> 30D8
Frequently Asked Questions
What is the ヘ character (HALFWIDTH KATAKANA LETTER HE)?
ヘ (HALFWIDTH KATAKANA LETTER HE) is the Unicode character U+FF8D.
What is the Unicode codepoint of HALFWIDTH KATAKANA LETTER HE?
The HALFWIDTH KATAKANA LETTER HE character (ヘ) has codepoint U+FF8D.
How do I type or copy HALFWIDTH KATAKANA LETTER HE?
Copy ヘ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.