If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+FFFA, officially named INTERLINEAR ANNOTATION SEPARATOR, was introduced in Unicode version 3.0. It is part of the Specials block, which belongs to the Basic Multilingual plane.
Categorized technically as a Format, 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º |
65530
Copied!
|
|---|---|
| UTF-8 |
EF BF BA
Copied!
|
| UTF-16 |
FF FA
Copied!
|
| UTF-32 |
00 00 FF FA
Copied!
|
| URL-Quoted |
%EF%BF%BA
Copied!
|
| HTML hex reference |

Copied!
|
| RFC 5137 |
\u'FFFA'
Copied!
|
| Bash and Zsh (inside echo -e) |
\uFFFA
Copied!
|
| C and C++ |
\ufffa
Copied!
|
| C# |
\ufffa
Copied!
|
| CSS |
\00FFFA
Copied!
|
| Excel |
=UNICHAR(65530)
Copied!
|
| Go |
\ufffa
Copied!
|
| JavaScript |
\uFFFA
Copied!
|
| Modern JavaScript (since ES6) |
\u{fffa}
Copied!
|
| JSON |
\uFFFA
Copied!
|
| Java |
\uFFFA
Copied!
|
| Lua |
\u{FFFA}
Copied!
|
| Matlab |
char(65530)
Copied!
|
| Perl |
\x{FFFA}
Copied!
|
| PHP |
\u{fffa}
Copied!
|
| PostgreSQL |
U&'\FFFA'
Copied!
|
| PowerShell |
`u{FFFA}
Copied!
|
| Python |
\ufffa
Copied!
|
| Ruby |
\u{fffa}
Copied!
|
| Rust |
\u{fffa}
Copied!
|