U+FFFF "￿" Specials Unicode Character

Unicode Version 18.0

￿
Source: Browser Default

U+FFFF "￿" Specials is a noncharacter specifically reserved for internal use and is defined as such in the Unicode Standard, meaning it is not intended for normal text interchange between applications. Its primary purpose is to serve as a sentinel value or a placeholder in programming contexts, such as marking the end of a list, indicating an error condition, or representing a guarantee that no real character will ever be assigned to that code point. As part of the Specials block, U+FFFF is deliberately invalid for encoding meaningful content, ensuring compatibility and safeguarding against misinterpretation in data processing systems.

Encodings

HTML Decimal Encoding

HTML Hex Encoding

UTF-8 Encoding
0xEF 0xBF 0xBF
UTF-16 Encoding
0xFFFF
UTF-32 Encoding
0x0000FFFF
C/C++/Java Escape
\uffff