FOSSFonts

ZERO WIDTH NO-BREAK SPACE



U+FEFF

Code

FEFF

Code Point

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 Properties

General Category

Letter, Other (Lo)

Bidi Class

L (Left-to-Right)

Combining Class

0 (Spacing, split, enclosing, reordrant, and Tibetan subjoined)

Block

Arabic Presentation Forms-B

Character Encoding

UTF-8

0xEF0xBB0xBF

UTF-16

0xFEFF

UTF-32

0x0000FEFF

Copy & Paste Codes

Character



Unicode Escape

\u{FEFF}

HTML Entity (Decimal)



HTML Entity (Hex)



CSS Code

\FEFF

JavaScript

String.fromCodePoint(0xFEFF)

Python

chr(0xFEFF)
ZERO WIDTH NO-BREAK SPACE () - U+FEFF | Unicode | FOSSFonts