Unicode Character 'CHARACTER TABULATION SET' (U+0088)

previous character next character

Unicode Data
Name <control>
Block Latin-1 Supplement
Category Other, Control [Cc]
Combine 0
BIDI Boundary Neutral [BN]
Mirror N
Old name CHARACTER TABULATION SET
Index entries CHARACTER TABULATION SET
TABULATION SET, CHARACTER
Comments CHARACTER TABULATION SET
Version Unicode 1.1.0 (June, 1993)
Encodings
HTML Entity (decimal) &#136;
HTML Entity (hex) &#x88;
How to type in Microsoft Windows Alt +0088
Alt 0136
UTF-8 (hex) 0xC2 0x88 (c288)
UTF-8 (binary) 11000010:10001000
UTF-16 (hex) 0x0088 (0088)
UTF-16 (decimal) 136
UTF-32 (hex) 0x00000088 (0088)
UTF-32 (decimal) 136
C/C++/Java source code "\u0088"
Python source code u"\u0088"
More...
Java Data
string.toUpperCase() ˆ
string.toLowerCase() ˆ
Character.UnicodeBlock LATIN_1_SUPPLEMENT
Character.charCount() 1
Character.getDirectionality() DIRECTIONALITY_BOUNDARY_NEUTRAL [9]
Character.getNumericValue() -1
Character.getType() 15
Character.isDefined() Yes
Character.isDigit() No
Character.isIdentifierIgnorable() Yes
Character.isISOControl() Yes
Character.isJavaIdentifierPart() Yes
Character.isJavaIdentifierStart() No
Character.isLetter() No
Character.isLetterOrDigit() No
Character.isLowerCase() No
Character.isMirrored() No
Character.isSpaceChar() No
Character.isSupplementaryCodePoint() No
Character.isTitleCase() No
Character.isUnicodeIdentifierPart() Yes
Character.isUnicodeIdentifierStart() No
Character.isUpperCase() No
Character.isValidCodePoint() Yes
Character.isWhitespace() No