If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+FFE4, officially named FULLWIDTH BROKEN BAR, was introduced in Unicode version 1.1. It is part of the Half And Full Forms block, which belongs to the Basic Multilingual plane. Previously, it was also referred to as FULLWIDTH BROKEN VERTICAL BAR.
Categorized technically as a Other Symbol, this character typically falls under the Common script. In terms of text layout and rendering, the glyph is Unknown and has fullwidth 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º |
65508
Copied!
|
|---|---|
| UTF-8 |
EF BF A4
Copied!
|
| UTF-16 |
FF E4
Copied!
|
| UTF-32 |
00 00 FF E4
Copied!
|
| URL-Quoted |
%EF%BF%A4
Copied!
|
| HTML hex reference |
¦
Copied!
|
| RFC 5137 |
\u'FFE4'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uFFE4
Copied!
|
| C and C++ |
\uffe4
Copied!
|
| C# |
\uffe4
Copied!
|
| CSS |
\00FFE4
Copied!
|
| Excel |
=UNICHAR(65508)
Copied!
|
| Go |
\uffe4
Copied!
|
| JavaScript |
\uFFE4
Copied!
|
| Modern JavaScript (since ES6) |
\u{ffe4}
Copied!
|
| JSON |
\uFFE4
Copied!
|
| Java |
\uFFE4
Copied!
|
| Lua |
\u{FFE4}
Copied!
|
| Matlab |
char(65508)
Copied!
|
| Perl |
\x{FFE4}
Copied!
|
| PHP |
\u{ffe4}
Copied!
|
| PostgreSQL |
U&'\FFE4'
Copied!
|
| PowerShell |
`u{FFE4}
Copied!
|
| Python |
\uffe4
Copied!
|
| Ruby |
\u{ffe4}
Copied!
|
| Rust |
\u{ffe4}
Copied!
|