If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+FF8D, officially named HALFWIDTH KATAKANA LETTER HE, was introduced in Unicode version 1.1. It is part of the Half And Full Forms block, which belongs to the Basic Multilingual plane.
Categorized technically as a Other Letter, this character typically falls under the Kana script. In terms of text layout and rendering, the glyph is Unknown and has halfwidth in East Asian typography. When placed in bidirectional text, it behaves as an Left-To-Right character. Its visual representation remains not mirrored regardless of the reading direction.
Click any row to instantly copy the encoding value to your clipboard.
| Nº |
65421
Copied!
|
|---|---|
| UTF-8 |
EF BE 8D
Copied!
|
| UTF-16 |
FF 8D
Copied!
|
| UTF-32 |
00 00 FF 8D
Copied!
|
| URL-Quoted |
%EF%BE%8D
Copied!
|
| HTML hex reference |
ヘ
Copied!
|
| RFC 5137 |
\u'FF8D'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uFF8D
Copied!
|
| C and C++ |
\uff8d
Copied!
|
| C# |
\uff8d
Copied!
|
| CSS |
\00FF8D
Copied!
|
| Excel |
=UNICHAR(65421)
Copied!
|
| Go |
\uff8d
Copied!
|
| JavaScript |
\uFF8D
Copied!
|
| Modern JavaScript (since ES6) |
\u{ff8d}
Copied!
|
| JSON |
\uFF8D
Copied!
|
| Java |
\uFF8D
Copied!
|
| Lua |
\u{FF8D}
Copied!
|
| Matlab |
char(65421)
Copied!
|
| Perl |
\x{FF8D}
Copied!
|
| PHP |
\u{ff8d}
Copied!
|
| PostgreSQL |
U&'\FF8D'
Copied!
|
| PowerShell |
`u{FF8D}
Copied!
|
| Python |
\uff8d
Copied!
|
| Ruby |
\u{ff8d}
Copied!
|
| Rust |
\u{ff8d}
Copied!
|