If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+20EF, officially named COMBINING RIGHT ARROW BELOW, was introduced in Unicode version 5.0. It is part of the Diacriticals For Symbols block, which belongs to the Basic Multilingual plane.
Categorized technically as a Nonspacing Mark, this character typically falls under the Zinh 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 Unknown 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º |
8431
Copied!
|
|---|---|
| UTF-8 |
E2 83 AF
Copied!
|
| UTF-16 |
20 EF
Copied!
|
| UTF-32 |
00 00 20 EF
Copied!
|
| URL-Quoted |
%E2%83%AF
Copied!
|
| HTML hex reference |
⃯
Copied!
|
| RFC 5137 |
\u'20EF'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u20EF
Copied!
|
| C and C++ |
\u20ef
Copied!
|
| C# |
\u20ef
Copied!
|
| CSS |
\0020EF
Copied!
|
| Excel |
=UNICHAR(8431)
Copied!
|
| Go |
\u20ef
Copied!
|
| JavaScript |
\u20EF
Copied!
|
| Modern JavaScript (since ES6) |
\u{20ef}
Copied!
|
| JSON |
\u20EF
Copied!
|
| Java |
\u20EF
Copied!
|
| Lua |
\u{20EF}
Copied!
|
| Matlab |
char(8431)
Copied!
|
| Perl |
\x{20EF}
Copied!
|
| PHP |
\u{20ef}
Copied!
|
| PostgreSQL |
U&'\20EF'
Copied!
|
| PowerShell |
`u{20EF}
Copied!
|
| Python |
\u20ef
Copied!
|
| Ruby |
\u{20ef}
Copied!
|
| Rust |
\u{20ef}
Copied!
|