Unicode Character 'LATIN LETTER GLOTTAL STOP' (U+0294) |
Every character has a story #13: U+0241 and U+0294 (upper and lower case glottal stops) from Michael Kaplan.
Unicode Data | |
---|---|
Name | LATIN LETTER GLOTTAL STOP |
Block | IPA Extensions |
Category | Letter, Other [Lo] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Mirror | N |
Index entries | GLOTTAL STOP, LATIN LETTER LATIN LETTER GLOTTAL STOP |
Comments | this is a caseless letter used in IPA, other phonetic notations, and those orthographies which use a caseless glottal stop |
See Also | latin capital letter glottal stop U+0241 modifier letter glottal stop U+02C0 |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | ʔ |
HTML Entity (hex) | ʔ |
How to type in Microsoft Windows | Alt +0294 |
UTF-8 (hex) | 0xCA 0x94 (ca94) |
UTF-8 (binary) | 11001010:10010100 |
UTF-16 (hex) | 0x0294 (0294) |
UTF-16 (decimal) | 660 |
UTF-32 (hex) | 0x00000294 (0294) |
UTF-32 (decimal) | 660 |
C/C++/Java source code | "\u0294" |
Python source code | u"\u0294" |
More... |
Java Data | |
---|---|
string.toUpperCase() | ʔ |
string.toLowerCase() | ʔ |
Character.UnicodeBlock | IPA_EXTENSIONS |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
Character.getNumericValue() | -1 |
Character.getType() | 5 |
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() | No |
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 |