Unicode Character 'LATIN SMALL LETTER GLOTTAL STOP' (U+0242) |
Unicode Data | |
---|---|
Name | LATIN SMALL LETTER GLOTTAL STOP |
Block | Latin Extended-B |
Category | Letter, Lowercase [Ll] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Mirror | N |
Index entries | GLOTTAL STOP, LATIN SMALL LETTER LATIN SMALL LETTER GLOTTAL STOP |
Upper case | U+0241 |
Title case | U+0241 |
Comments | casing use in Chipewyan, Dogrib, Slavey (Canadian aboriginal orthographies) |
See Also | latin letter glottal stop U+0294 modifier letter glottal stop U+02C0 |
Version | Unicode 5.0.0 (July 2006) |
Encodings | |
---|---|
HTML Entity (decimal) | ɂ |
HTML Entity (hex) | ɂ |
How to type in Microsoft Windows | Alt +0242 |
UTF-8 (hex) | 0xC9 0x82 (c982) |
UTF-8 (binary) | 11001001:10000010 |
UTF-16 (hex) | 0x0242 (0242) |
UTF-16 (decimal) | 578 |
UTF-32 (hex) | 0x00000242 (0242) |
UTF-32 (decimal) | 578 |
C/C++/Java source code | "\u0242" |
Python source code | u"\u0242" |
More... |
Java Data | |
---|---|
string.toUpperCase() | Ɂ |
string.toLowerCase() | ɂ |
Character.UnicodeBlock | LATIN_EXTENDED_B |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
Character.getNumericValue() | -1 |
Character.getType() | 2 |
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 |