Unicode Character 'MODIFIER LETTER GLOTTAL STOP' (U+02C0) |
![]() ![]() |
Unicode Data | |
---|---|
Name | MODIFIER LETTER GLOTTAL STOP |
Block | Spacing Modifier Letters |
Category | Letter, Modifier [Lm] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Mirror | N |
Index entries | GLOTTAL STOP, MODIFIER LETTER |
Comments | ejective or glottalized typographical alternate for U+02BC or U+02BE |
See Also | latin letter glottal stop U+0294 combining hook above U+0309 |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | ˀ |
HTML Entity (hex) | ˀ |
How to type in Microsoft Windows | Alt +02C0 |
UTF-8 (hex) | 0xCB 0x80 (cb80) |
UTF-8 (binary) | 11001011:10000000 |
UTF-16 (hex) | 0x02C0 (02c0) |
UTF-16 (decimal) | 704 |
UTF-32 (hex) | 0x000002C0 (02C0) |
UTF-32 (decimal) | 704 |
C/C++/Java source code | "\u02C0" |
Python source code | u"\u02C0" |
More... |
Java Data | |
---|---|
string.toUpperCase() | ˀ |
string.toLowerCase() | ˀ |
Character.UnicodeBlock | SPACING_MODIFIER_LETTERS |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
Character.getNumericValue() | -1 |
Character.getType() | 4 |
Character.isDefined() | Yes |
Character.isDigit() | No |
Character.isIdentifierIgnorable() | No |
Character.isISOControl() | No |
Character.isJavaIdentifierPart() | Yes |
Character.isJavaIdentifierStart() | Yes |
Character.isLetter() | Yes |
Character.isLetterOrDigit() | Yes |
Character.isLowerCase() | Yes |
Character.isMirrored() | No |
Character.isSpaceChar() | No |
Character.isSupplementaryCodePoint() | No |
Character.isTitleCase() | No |
Character.isUnicodeIdentifierPart() | Yes |
Character.isUnicodeIdentifierStart() | Yes |
Character.isUpperCase() | No |
Character.isValidCodePoint() | Yes |
Character.isWhitespace() | No |