FOSSFonts

ZERO WIDTH NO-BREAK SPACE ()



Copy Character

Unicode Code

U+FEFF

Codepoint

65279

Aliases

BOM, ZWNBSP

Notes

% BYTE ORDER MARK

may be used to detect byte order by contrast with the noncharacter code point FFFE

use as an indication of non-breaking is deprecated; see 2060 instead

Character Encoding

UTF-8

0xEF0xBB0xBF

UTF-16

0xFEFF

UTF-32

0x0000FEFF

Copy & Paste Codes

Unicode Escape

\u{FEFF}

HTML Entity (Decimal)



HTML Entity (Hex)



CSS Code

\FEFF

JavaScript/JSON

String.fromCodePoint(0xFEFF)

Python

chr(0xFEFF)

Ruby/PHP

chr(0xFEFF)

Unix, C, PHP, JAVA

0xFEFF

Perl

chr(0xFEFF)

URL Encoded

%feff
ZERO WIDTH NO-BREAK SPACE () - U+FEFF | Unicode | FOSSFonts