<not a character>
U+FFFE
Unicode Block
SpecialsCode
FFFE
Code Point
65534
Notes
may be used to detect byte order by contrast with FEFF
Character Properties
General Category
Letter, Other (Lo)
Bidi Class
L (Left-to-Right)
Combining Class
0 (Spacing, split, enclosing, reordrant, and Tibetan subjoined)
Block
Specials
Character Encoding
UTF-8
0xEF0xBF0xBE
UTF-16
0xFFFE
UTF-32
0x0000FFFE
Copy & Paste Codes
Character
Unicode Escape
\u{FFFE}
HTML Entity (Decimal)

HTML Entity (Hex)

CSS Code
\FFFE
JavaScript
String.fromCodePoint(0xFFFE)
Python
chr(0xFFFE)