If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+255F, officially named BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE, was introduced in Unicode version 1.1. It is part of the Box Drawing block, which belongs to the Basic Multilingual plane. Previously, it was also referred to as FORMS VERTICAL DOUBLE AND RIGHT SINGLE.
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 ambiguous 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º |
9567
Copied!
|
|---|---|
| UTF-8 |
E2 95 9F
Copied!
|
| UTF-16 |
25 5F
Copied!
|
| UTF-32 |
00 00 25 5F
Copied!
|
| URL-Quoted |
%E2%95%9F
Copied!
|
| HTML hex reference |
╟
Copied!
|
| RFC 5137 |
\u'255F'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u255F
Copied!
|
| C and C++ |
\u255f
Copied!
|
| C# |
\u255f
Copied!
|
| CSS |
\00255F
Copied!
|
| Excel |
=UNICHAR(9567)
Copied!
|
| Go |
\u255f
Copied!
|
| JavaScript |
\u255F
Copied!
|
| Modern JavaScript (since ES6) |
\u{255f}
Copied!
|
| JSON |
\u255F
Copied!
|
| Java |
\u255F
Copied!
|
| Lua |
\u{255F}
Copied!
|
| Matlab |
char(9567)
Copied!
|
| Perl |
\x{255F}
Copied!
|
| PHP |
\u{255f}
Copied!
|
| PostgreSQL |
U&'\255F'
Copied!
|
| PowerShell |
`u{255F}
Copied!
|
| Python |
\u255f
Copied!
|
| Ruby |
\u{255f}
Copied!
|
| Rust |
\u{255f}
Copied!
|