Unicode Character 'LINE TABULATION' (U+000B)

previous character next character

Unicode Data
Name <control>
Block Basic Latin
Category Other, Control [Cc]
Combine 0
BIDI Segment Separator [S]
Mirror N
Old name LINE TABULATION
Index entries TABULATION, LINE
vertical tabulation
tabulation, vertical
vt
LINE TABULATION
Comments LINE TABULATION
vertical tabulation (VT)
Version Unicode 1.1.0 (June, 1993)
Encodings
HTML Entity (decimal) &#11;
HTML Entity (hex) &#xb;
How to type in Microsoft Windows Alt +000B
Alt 011
Alt 11
UTF-8 (hex) 0x0B (0b)
UTF-8 (binary) 00001011
UTF-16 (hex) 0x000B (000b)
UTF-16 (decimal) 11
UTF-32 (hex) 0x0000000B (000b)
UTF-32 (decimal) 11
C/C++/Java source code "\u000B"
Python source code u"\u000B"
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