Unicode Character 'LATIN SMALL LETTER TURNED V' (U+028C) |
Unicode Data | |
---|---|
Name | LATIN SMALL LETTER TURNED V |
Block | IPA Extensions |
Category | Letter, Lowercase [Ll] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Mirror | N |
Index entries | V, LATIN SMALL LETTER TURNED caret TURNED V, LATIN SMALL LETTER wedge |
Upper case | U+0245 |
Title case | U+0245 |
Comments | caret, wedge lower-mid back unrounded vowel uppercase is U+0245 |
See Also | greek capital letter lamda U+039B greek letter small capital lamda U+1D27 logical and U+2227 |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | ʌ |
HTML Entity (hex) | ʌ |
How to type in Microsoft Windows | Alt +028C |
UTF-8 (hex) | 0xCA 0x8C (ca8c) |
UTF-8 (binary) | 11001010:10001100 |
UTF-16 (hex) | 0x028C (028c) |
UTF-16 (decimal) | 652 |
UTF-32 (hex) | 0x0000028C (028C) |
UTF-32 (decimal) | 652 |
C/C++/Java source code | "\u028C" |
Python source code | u"\u028C" |
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() | 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 |