Unicode Character 'CHARACTER TABULATION (HT)' (U+0009)

previous character next character

U+09 browser display

CHARACTER TABULATION (HT)

image of Unicode Character 'CHARACTER TABULATION (HT)' (U+0009)
Raster image of U+09

CHARACTER TABULATION (HT)

Unicode Data
Name CHARACTER TABULATION (HT)
Block Basic Latin
Category Other, Control [Cc]
Script Common (Zyyy)
Combine 0
BIDI Segment Separator [S]
Old name CHARACTER TABULATION
Index entries CHARACTER TABULATION
horizontal tabulation
ht
tab
TABULATION, CHARACTER
tabulation, horizontal
Comments Formal Alias: CHARACTER TABULATION
Formal Alias: horizontal tabulation (HT)
Formal Alias: tab
Version Unicode 1.1.0 (June, 1993)
Encodings
HTML Entity (decimal) 	
HTML Entity (hex) 	
HTML Entity (named) 	
How to type in Microsoft Windows Alt +09
Alt 09
Alt 9
UTF-8 (hex) 0x09 (09)
UTF-8 (binary) 00001001
UTF-16 (hex) 0x0009 (0009)
UTF-16 (decimal) 9
UTF-32 (hex) 0x00000009 (09)
UTF-32 (decimal) 9
C/C++/Java source code "\u0009"
Python source code u"\u0009"
More...
Java Data
string.toUpperCase()
string.toLowerCase()
Character.UnicodeBlock BASIC_LATIN
Character.charCount() 1
Character.getDirectionality() DIRECTIONALITY_SEGMENT_SEPARATOR [11]
Character.getNumericValue() -1
Character.getType() 15
Character.isDefined() Yes
Character.isDigit() No
Character.isIdentifierIgnorable() No
Character.isISOControl() Yes
Character.isJavaIdentifierPart() No
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() No
Character.isUnicodeIdentifierStart() No
Character.isUpperCase() No
Character.isValidCodePoint() Yes
Character.isWhitespace() Yes