If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+23BB, officially named HORIZONTAL SCAN LINE-3, was introduced in Unicode version 3.2. It is part of the Misc Technical block, which belongs to the Basic Multilingual plane.
Categorized technically as a Other Symbol, this character typically falls under the Common script. In terms of text layout and rendering, the glyph is not a composition and has no designated width 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º |
9147
Copied!
|
|---|---|
| UTF-8 |
E2 8E BB
Copied!
|
| UTF-16 |
23 BB
Copied!
|
| UTF-32 |
00 00 23 BB
Copied!
|
| URL-Quoted |
%E2%8E%BB
Copied!
|
| HTML hex reference |
⎻
Copied!
|
| RFC 5137 |
\u'23BB'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u23BB
Copied!
|
| C and C++ |
\u23bb
Copied!
|
| C# |
\u23bb
Copied!
|
| CSS |
\0023BB
Copied!
|
| Excel |
=UNICHAR(9147)
Copied!
|
| Go |
\u23bb
Copied!
|
| JavaScript |
\u23BB
Copied!
|
| Modern JavaScript (since ES6) |
\u{23bb}
Copied!
|
| JSON |
\u23BB
Copied!
|
| Java |
\u23BB
Copied!
|
| Lua |
\u{23BB}
Copied!
|
| Matlab |
char(9147)
Copied!
|
| Perl |
\x{23BB}
Copied!
|
| PHP |
\u{23bb}
Copied!
|
| PostgreSQL |
U&'\23BB'
Copied!
|
| PowerShell |
`u{23BB}
Copied!
|
| Python |
\u23bb
Copied!
|
| Ruby |
\u{23bb}
Copied!
|
| Rust |
\u{23bb}
Copied!
|