If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+FE40, officially named PRESENTATION FORM FOR VERTICAL RIGHT ANGLE BRACKET, 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 CLOSING ANGLE BRACKET.
Categorized technically as a Close 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º |
65088
Copied!
|
|---|---|
| UTF-8 |
EF B9 80
Copied!
|
| UTF-16 |
FE 40
Copied!
|
| UTF-32 |
00 00 FE 40
Copied!
|
| URL-Quoted |
%EF%B9%80
Copied!
|
| HTML hex reference |
﹀
Copied!
|
| RFC 5137 |
\u'FE40'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uFE40
Copied!
|
| C and C++ |
\ufe40
Copied!
|
| C# |
\ufe40
Copied!
|
| CSS |
\00FE40
Copied!
|
| Excel |
=UNICHAR(65088)
Copied!
|
| Go |
\ufe40
Copied!
|
| JavaScript |
\uFE40
Copied!
|
| Modern JavaScript (since ES6) |
\u{fe40}
Copied!
|
| JSON |
\uFE40
Copied!
|
| Java |
\uFE40
Copied!
|
| Lua |
\u{FE40}
Copied!
|
| Matlab |
char(65088)
Copied!
|
| Perl |
\x{FE40}
Copied!
|
| PHP |
\u{fe40}
Copied!
|
| PostgreSQL |
U&'\FE40'
Copied!
|
| PowerShell |
`u{FE40}
Copied!
|
| Python |
\ufe40
Copied!
|
| Ruby |
\u{fe40}
Copied!
|
| Rust |
\u{fe40}
Copied!
|