If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+FFEC, officially named HALFWIDTH DOWNWARDS ARROW, was introduced in Unicode version 1.1. It is part of the Half And Full Forms 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 Unknown and has halfwidth 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º |
65516
Copied!
|
|---|---|
| UTF-8 |
EF BF AC
Copied!
|
| UTF-16 |
FF EC
Copied!
|
| UTF-32 |
00 00 FF EC
Copied!
|
| URL-Quoted |
%EF%BF%AC
Copied!
|
| HTML hex reference |
↓
Copied!
|
| RFC 5137 |
\u'FFEC'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uFFEC
Copied!
|
| C and C++ |
\uffec
Copied!
|
| C# |
\uffec
Copied!
|
| CSS |
\00FFEC
Copied!
|
| Excel |
=UNICHAR(65516)
Copied!
|
| Go |
\uffec
Copied!
|
| JavaScript |
\uFFEC
Copied!
|
| Modern JavaScript (since ES6) |
\u{ffec}
Copied!
|
| JSON |
\uFFEC
Copied!
|
| Java |
\uFFEC
Copied!
|
| Lua |
\u{FFEC}
Copied!
|
| Matlab |
char(65516)
Copied!
|
| Perl |
\x{FFEC}
Copied!
|
| PHP |
\u{ffec}
Copied!
|
| PostgreSQL |
U&'\FFEC'
Copied!
|
| PowerShell |
`u{FFEC}
Copied!
|
| Python |
\uffec
Copied!
|
| Ruby |
\u{ffec}
Copied!
|
| Rust |
\u{ffec}
Copied!
|