Unicode Character 'LATIN LETTER LATERAL CLICK' (U+01C1) |
Unicode Data | |
---|---|
Name | LATIN LETTER LATERAL CLICK |
Block | Latin Extended-B |
Category | Letter, Other [Lo] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Mirror | N |
Old name | LATIN LETTER DOUBLE PIPE |
Index entries | double pipe LATERAL CLICK, LATIN LETTER LATIN LETTER LATERAL CLICK pipe, double CLICK, LATIN LETTER LATERAL |
Comments | double pipe "x" in Zulu orthography |
See Also | latin letter inverted glottal stop U+0296 double vertical line U+2016 parallel to U+2225 |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | ǁ |
HTML Entity (hex) | ǁ |
How to type in Microsoft Windows | Alt +01C1 |
UTF-8 (hex) | 0xC7 0x81 (c781) |
UTF-8 (binary) | 11000111:10000001 |
UTF-16 (hex) | 0x01C1 (01c1) |
UTF-16 (decimal) | 449 |
UTF-32 (hex) | 0x000001C1 (01c1) |
UTF-32 (decimal) | 449 |
C/C++/Java source code | "\u01C1" |
Python source code | u"\u01C1" |
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() | 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 |