If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+FE32, officially named PRESENTATION FORM FOR VERTICAL EN DASH, was introduced in Unicode version 1.1. It is part of the CJK Compat Forms block, which belongs to the Basic Multilingual plane. Previously, it was also referred to as GLYPH FOR VERTICAL EN DASH.
Categorized technically as a Dash Punctuation, this character typically falls under the Common script. In terms of text layout and rendering, the glyph is Unknown and has wide in East Asian typography. When placed in bidirectional text, it behaves as an Other Neutral 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º |
65074
Copied!
|
|---|---|
| UTF-8 |
EF B8 B2
Copied!
|
| UTF-16 |
FE 32
Copied!
|
| UTF-32 |
00 00 FE 32
Copied!
|
| URL-Quoted |
%EF%B8%B2
Copied!
|
| HTML hex reference |
︲
Copied!
|
| RFC 5137 |
\u'FE32'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uFE32
Copied!
|
| C and C++ |
\ufe32
Copied!
|
| C# |
\ufe32
Copied!
|
| CSS |
\00FE32
Copied!
|
| Excel |
=UNICHAR(65074)
Copied!
|
| Go |
\ufe32
Copied!
|
| JavaScript |
\uFE32
Copied!
|
| Modern JavaScript (since ES6) |
\u{fe32}
Copied!
|
| JSON |
\uFE32
Copied!
|
| Java |
\uFE32
Copied!
|
| Lua |
\u{FE32}
Copied!
|
| Matlab |
char(65074)
Copied!
|
| Perl |
\x{FE32}
Copied!
|
| PHP |
\u{fe32}
Copied!
|
| PostgreSQL |
U&'\FE32'
Copied!
|
| PowerShell |
`u{FE32}
Copied!
|
| Python |
\ufe32
Copied!
|
| Ruby |
\u{fe32}
Copied!
|
| Rust |
\u{fe32}
Copied!
|