If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+FEFF, officially named ZERO WIDTH NO-BREAK SPACE, was introduced in Unicode version 1.1. It is part of the Arabic PF B block, which belongs to the Basic Multilingual plane. Previously, it was also referred to as BYTE ORDER MARK.
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 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º |
65279
Copied!
|
|---|---|
| UTF-8 |
EF BB BF
Copied!
|
| UTF-16 |
FE FF
Copied!
|
| UTF-32 |
00 00 FE FF
Copied!
|
| URL-Quoted |
%EF%BB%BF
Copied!
|
| HTML hex reference |

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