FOSSFonts

REPLACEMENT CHARACTER

U+FFFD

Unicode Block

Specials

Code

FFFD

Code Point

65533

Notes

used to replace an incoming character whose value is unknown or unrepresentable in Unicode

compare the use of 001A as a control character to indicate the substitute function

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

0xEF0xBF0xBD

UTF-16

0xFFFD

UTF-32

0x0000FFFD

Copy & Paste Codes

Character

Unicode Escape

\u{FFFD}

HTML Entity (Decimal)

�

HTML Entity (Hex)

�

CSS Code

\FFFD

JavaScript

String.fromCodePoint(0xFFFD)

Python

chr(0xFFFD)
REPLACEMENT CHARACTER (�) - U+FFFD | Unicode | FOSSFonts