Unicode Character '<Plane 16 Private Use, Last>' (U+10FFFD)

previous character

Unicode Data
Name <Plane 16 Private Use, Last>
Block Supplementary Private Use Area-B
Category Other, Private Use [Co]
Combine 0
BIDI Left-to-Right [L]
Mirror N
Version Unicode 2.0.0 (July, 1996)
Encodings
HTML Entity (decimal) &#1114109;
HTML Entity (hex) &#x10fffd;
How to type in Microsoft Windows Alt +10FFFD
UTF-8 (hex) 0xF4 0x8F 0xBF 0xBD (f48fbfbd)
UTF-8 (binary) 11110100:10001111:10111111:10111101
UTF-16 (hex) 0xDBFF 0xDFFD (dbffdffd)
UTF-16 (decimal) 56,319 57,341
UTF-32 (hex) 0x0010FFFD (10fffd)
UTF-32 (decimal) 1,114,109
C/C++/Java source code "\uDBFF\uDFFD"
Python source code u"\U0010FFFD"
More...
Java Data
string.toUpperCase() ��
string.toLowerCase() ��
Character.UnicodeBlock SUPPLEMENTARY_PRIVATE_USE_AREA_B
Character.charCount() 2
Character.getDirectionality() DIRECTIONALITY_LEFT_TO_RIGHT [0]
Character.getNumericValue() -1
Character.getType() 18
Character.isDefined() Yes
Character.isDigit() No
Character.isIdentifierIgnorable() No
Character.isISOControl() No
Character.isJavaIdentifierPart() No
Character.isJavaIdentifierStart() No
Character.isLetter() No
Character.isLetterOrDigit() No
Character.isLowerCase() No
Character.isMirrored() No
Character.isSpaceChar() No
Character.isSupplementaryCodePoint() Yes
Character.isTitleCase() No
Character.isUnicodeIdentifierPart() No
Character.isUnicodeIdentifierStart() No
Character.isUpperCase() No
Character.isValidCodePoint() Yes
Character.isWhitespace() No