If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+21FC, officially named LEFT RIGHT ARROW WITH DOUBLE VERTICAL STROKE, was introduced in Unicode version 3.2. It is part of the Arrows block, which belongs to the Basic Multilingual plane.
Categorized technically as a Math 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º |
8700
Copied!
|
|---|---|
| UTF-8 |
E2 87 BC
Copied!
|
| UTF-16 |
21 FC
Copied!
|
| UTF-32 |
00 00 21 FC
Copied!
|
| URL-Quoted |
%E2%87%BC
Copied!
|
| HTML hex reference |
⇼
Copied!
|
| RFC 5137 |
\u'21FC'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u21FC
Copied!
|
| C and C++ |
\u21fc
Copied!
|
| C# |
\u21fc
Copied!
|
| CSS |
\0021FC
Copied!
|
| Excel |
=UNICHAR(8700)
Copied!
|
| Go |
\u21fc
Copied!
|
| JavaScript |
\u21FC
Copied!
|
| Modern JavaScript (since ES6) |
\u{21fc}
Copied!
|
| JSON |
\u21FC
Copied!
|
| Java |
\u21FC
Copied!
|
| Lua |
\u{21FC}
Copied!
|
| Matlab |
char(8700)
Copied!
|
| Perl |
\x{21FC}
Copied!
|
| PHP |
\u{21fc}
Copied!
|
| PostgreSQL |
U&'\21FC'
Copied!
|
| PowerShell |
`u{21FC}
Copied!
|
| Python |
\u21fc
Copied!
|
| Ruby |
\u{21fc}
Copied!
|
| Rust |
\u{21fc}
Copied!
|