If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+FE31, officially named PRESENTATION FORM FOR VERTICAL EM 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 EM 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º |
65073
Copied!
|
|---|---|
| UTF-8 |
EF B8 B1
Copied!
|
| UTF-16 |
FE 31
Copied!
|
| UTF-32 |
00 00 FE 31
Copied!
|
| URL-Quoted |
%EF%B8%B1
Copied!
|
| HTML hex reference |
︱
Copied!
|
| RFC 5137 |
\u'FE31'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uFE31
Copied!
|
| C and C++ |
\ufe31
Copied!
|
| C# |
\ufe31
Copied!
|
| CSS |
\00FE31
Copied!
|
| Excel |
=UNICHAR(65073)
Copied!
|
| Go |
\ufe31
Copied!
|
| JavaScript |
\uFE31
Copied!
|
| Modern JavaScript (since ES6) |
\u{fe31}
Copied!
|
| JSON |
\uFE31
Copied!
|
| Java |
\uFE31
Copied!
|
| Lua |
\u{FE31}
Copied!
|
| Matlab |
char(65073)
Copied!
|
| Perl |
\x{FE31}
Copied!
|
| PHP |
\u{fe31}
Copied!
|
| PostgreSQL |
U&'\FE31'
Copied!
|
| PowerShell |
`u{FE31}
Copied!
|
| Python |
\ufe31
Copied!
|
| Ruby |
\u{fe31}
Copied!
|
| Rust |
\u{fe31}
Copied!
|