Unicode Character 'MODIFIER LETTER SMALL R' (U+02B3) |
Unicode Data | |
---|---|
Name | MODIFIER LETTER SMALL R |
Block | Spacing Modifier Letters |
Category | Letter, Modifier [Lm] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Decomposition | <super> LATIN SMALL LETTER R (U+0072) |
Mirror | N |
Index entries | R, MODIFIER LETTER SMALL |
Approximations | <super> 0072 |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | ʳ |
HTML Entity (hex) | ʳ |
How to type in Microsoft Windows | Alt +02B3 |
UTF-8 (hex) | 0xCA 0xB3 (cab3) |
UTF-8 (binary) | 11001010:10110011 |
UTF-16 (hex) | 0x02B3 (02b3) |
UTF-16 (decimal) | 691 |
UTF-32 (hex) | 0x000002B3 (02b3) |
UTF-32 (decimal) | 691 |
C/C++/Java source code | "\u02B3" |
Python source code | u"\u02B3" |
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 |