Unicode Character 'LATIN CAPITAL LETTER Q' (U+0051) |
![]() ![]() |
Unicode Data | |
---|---|
Name | LATIN CAPITAL LETTER Q |
Block | Basic Latin |
Category | Letter, Uppercase [Lu] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Mirror | N |
Lower case | U+0071 |
See Also | cyrillic capital letter qa U+051A double-struck capital q U+211A rotated capital q U+213A |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | Q |
HTML Entity (hex) | Q |
How to type in Microsoft Windows | Alt +0051 Alt 081 Alt 81 |
UTF-8 (hex) | 0x51 (51) |
UTF-8 (binary) | 01010001 |
UTF-16 (hex) | 0x0051 (0051) |
UTF-16 (decimal) | 81 |
UTF-32 (hex) | 0x00000051 (0051) |
UTF-32 (decimal) | 81 |
C/C++/Java source code | "\u0051" |
Python source code | u"\u0051" |
More... |
Java Data | |
---|---|
string.toUpperCase() | Q |
string.toLowerCase() | q |
Character.UnicodeBlock | BASIC_LATIN |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
Character.getNumericValue() | 26 |
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 |