Unicode Character 'SEMICOLON' (U+003B) |
![]() ![]() |
Unicode Data | |
---|---|
Name | SEMICOLON |
Block | Basic Latin |
Category | Punctuation, Other [Po] |
Combine | 0 |
BIDI | Other Neutrals [ON] |
Mirror | N |
Index entries | question mark, greek SEMICOLON greek question mark |
Comments | this, and not U+037E, is the preferred character for 'Greek question mark' |
See Also | greek question mark U+037E arabic semicolon U+061B reversed semicolon U+204F turned semicolon U+2E35 |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | ; |
HTML Entity (hex) | ; |
How to type in Microsoft Windows | Alt +003B Alt 059 Alt 59 |
UTF-8 (hex) | 0x3B (3b) |
UTF-8 (binary) | 00111011 |
UTF-16 (hex) | 0x003B (003b) |
UTF-16 (decimal) | 59 |
UTF-32 (hex) | 0x0000003B (003b) |
UTF-32 (decimal) | 59 |
C/C++/Java source code | "\u003B" |
Python source code | u"\u003B" |
More... |
Java Data | |
---|---|
string.toUpperCase() | ; |
string.toLowerCase() | ; |
Character.UnicodeBlock | BASIC_LATIN |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_OTHER_NEUTRALS [13] |
Character.getNumericValue() | -1 |
Character.getType() | 24 |
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() | No |
Character.isTitleCase() | No |
Character.isUnicodeIdentifierPart() | No |
Character.isUnicodeIdentifierStart() | No |
Character.isUpperCase() | No |
Character.isValidCodePoint() | Yes |
Character.isWhitespace() | No |