Unicode Character 'LATIN LETTER INVERTED GLOTTAL STOP WITH STROKE' (U+01BE) |
Unicode Data | |
---|---|
Name | LATIN LETTER INVERTED GLOTTAL STOP WITH STROKE |
Block | Latin Extended-B |
Category | Letter, Lowercase [Ll] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Mirror | N |
Old name | LATIN LETTER INVERTED GLOTTAL STOP BAR |
Comments | archaic phonetic for [ts] affricate recommended spelling U+0074 U+0073 letter form is actually derived from ligation of ts, rather than inverted glottal stop |
See Also | latin letter inverted glottal stop U+0296 latin small letter ts digraph U+02A6 |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | ƾ |
HTML Entity (hex) | ƾ |
How to type in Microsoft Windows | Alt +01BE |
UTF-8 (hex) | 0xC6 0xBE (c6be) |
UTF-8 (binary) | 11000110:10111110 |
UTF-16 (hex) | 0x01BE (01be) |
UTF-16 (decimal) | 446 |
UTF-32 (hex) | 0x000001BE (01be) |
UTF-32 (decimal) | 446 |
C/C++/Java source code | "\u01BE" |
Python source code | u"\u01BE" |
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 |