If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+FFFB, officially named INTERLINEAR ANNOTATION TERMINATOR, 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º |
65531
Copied!
|
|---|---|
| UTF-8 |
EF BF BB
Copied!
|
| UTF-16 |
FF FB
Copied!
|
| UTF-32 |
00 00 FF FB
Copied!
|
| URL-Quoted |
%EF%BF%BB
Copied!
|
| HTML hex reference |

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