Unicode Character 'INFORMATION SEPARATOR THREE' (U+001D)

previous character next character

Unicode Data
Name <control>
Block Basic Latin
Category Other, Control [Cc]
Combine 0
BIDI Paragraph Separator [B]
Mirror N
Old name INFORMATION SEPARATOR THREE
Index entries group separator
separator, group
INFORMATION SEPARATOR THREE
Comments INFORMATION SEPARATOR THREE
group separator (GS)
Version Unicode 1.1.0 (June, 1993)
Encodings
HTML Entity (decimal) &#29;
HTML Entity (hex) &#x1d;
How to type in Microsoft Windows Alt +001D
Alt 029
Alt 29
UTF-8 (hex) 0x1D (1d)
UTF-8 (binary) 00011101
UTF-16 (hex) 0x001D (001d)
UTF-16 (decimal) 29
UTF-32 (hex) 0x0000001D (001d)
UTF-32 (decimal) 29
C/C++/Java source code "\u001D"
Python source code u"\u001D"
More...
Java Data
string.toUpperCase() 
string.toLowerCase() 
Character.UnicodeBlock BASIC_LATIN
Character.charCount() 1
Character.getDirectionality() DIRECTIONALITY_PARAGRAPH_SEPARATOR [10]
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