Unicode Character 'LATIN CAPITAL LETTER R' (U+0052) |
![]() |
LATIN CAPITAL LETTER R
LATIN CAPITAL LETTER R
| Unicode Data | |
|---|---|
| Name | LATIN CAPITAL LETTER R |
| Block | Basic Latin |
| Category | Letter, Uppercase [Lu] |
| Combine | 0 |
| BIDI | Left-to-Right [L] |
| Mirror | N |
| Lower case | U+0072 |
| See Also | script capital r U+211B black-letter capital r U+211C double-struck capital r U+211D |
| Version | Unicode 1.1.0 (June, 1993) |
| Encodings | |
|---|---|
| HTML Entity (decimal) | R |
| HTML Entity (hex) | R |
| How to type in Microsoft Windows | Alt +0052 Alt 082 Alt 82 |
| UTF-8 (hex) | 0x52 (52) |
| UTF-8 (binary) | 01010010 |
| UTF-16 (hex) | 0x0052 (0052) |
| UTF-16 (decimal) | 82 |
| UTF-32 (hex) | 0x00000052 (0052) |
| UTF-32 (decimal) | 82 |
| C/C++/Java source code | "\u0052" |
| Python source code | u"\u0052" |
| More... | |
| Java Data | |
|---|---|
| string.toUpperCase() | R |
| string.toLowerCase() | r |
| Character.UnicodeBlock | BASIC_LATIN |
| Character.charCount() | 1 |
| Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
| Character.getNumericValue() | 27 |
| Character.getType() | 1 |
| 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() | Yes |
| Character.isValidCodePoint() | Yes |
| Character.isWhitespace() | No |