Unicode Character 'MODIFIER LETTER SMALL GAMMA' (U+02E0) |
Unicode Data | |
---|---|
Name | MODIFIER LETTER SMALL GAMMA |
Block | Spacing Modifier Letters |
Category | Letter, Modifier [Lm] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Decomposition | <super> LATIN SMALL LETTER GAMMA (U+0263) |
Mirror | N |
Index entries | GAMMA, MODIFIER LETTER SMALL SMALL GAMMA, MODIFIER LETTER |
Comments | these modifier letters are occasionally used in transcription of affricates |
Approximations | <super> 0263 |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | ˠ |
HTML Entity (hex) | ˠ |
How to type in Microsoft Windows | Alt +02E0 |
UTF-8 (hex) | 0xCB 0xA0 (cba0) |
UTF-8 (binary) | 11001011:10100000 |
UTF-16 (hex) | 0x02E0 (02e0) |
UTF-16 (decimal) | 736 |
UTF-32 (hex) | 0x000002E0 (02e0) |
UTF-32 (decimal) | 736 |
C/C++/Java source code | "\u02E0" |
Python source code | u"\u02E0" |
More... |
Java Data | |
---|---|
string.toUpperCase() | ˠ |
string.toLowerCase() | ˠ |
Character.UnicodeBlock | SPACING_MODIFIER_LETTERS |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
Character.getNumericValue() | -1 |
Character.getType() | 4 |
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 |