Unicode Character 'LATIN CAPITAL LETTER H' (U+0048) |
Unicode Data | |
---|---|
Name | LATIN CAPITAL LETTER H |
Block | Basic Latin |
Category | Letter, Uppercase [Lu] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Mirror | N |
Lower case | U+0068 |
See Also | script capital h U+210B black-letter capital h U+210C double-struck capital h U+210D |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | H |
HTML Entity (hex) | H |
How to type in Microsoft Windows | Alt +0048 Alt 072 Alt 72 |
UTF-8 (hex) | 0x48 (48) |
UTF-8 (binary) | 01001000 |
UTF-16 (hex) | 0x0048 (0048) |
UTF-16 (decimal) | 72 |
UTF-32 (hex) | 0x00000048 (0048) |
UTF-32 (decimal) | 72 |
C/C++/Java source code | "\u0048" |
Python source code | u"\u0048" |
More... |
Java Data | |
---|---|
string.toUpperCase() | H |
string.toLowerCase() | h |
Character.UnicodeBlock | BASIC_LATIN |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
Character.getNumericValue() | 17 |
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 |