REPLACEMENT CHARACTER (�)
�
Copy Character
Unicode Block
SpecialsUnicode Code
U+FFFD
Codepoint
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 Encoding
UTF-8
0xEF0xBF0xBD
UTF-16
0xFFFD
UTF-32
0x0000FFFD
Copy & Paste Codes
Unicode Escape
\u{FFFD}
HTML Entity (Decimal)
�
HTML Entity (Hex)
�
CSS Code
\FFFD
JavaScript/JSON
String.fromCodePoint(0xFFFD)
Python
chr(0xFFFD)
Ruby/PHP
chr(0xFFFD)
Unix, C, PHP, JAVA
0xFFFD
Perl
chr(0xFFFD)
URL Encoded
%fffd