Unicode Character 'LATIN CAPITAL LETTER Z' (U+005A) |
![]() |
LATIN CAPITAL LETTER Z
LATIN CAPITAL LETTER Z
| Unicode Data | |
|---|---|
| Name | LATIN CAPITAL LETTER Z |
| Block | Basic Latin |
| Category | Letter, Uppercase [Lu] |
| Combine | 0 |
| BIDI | Left-to-Right [L] |
| Mirror | N |
| Lower case | U+007A |
| See Also | double-struck capital z U+2124 black-letter capital z U+2128 |
| Version | Unicode 1.1.0 (June, 1993) |
| Encodings | |
|---|---|
| HTML Entity (decimal) | Z |
| HTML Entity (hex) | Z |
| How to type in Microsoft Windows | Alt +005A Alt 090 Alt 90 |
| UTF-8 (hex) | 0x5A (5a) |
| UTF-8 (binary) | 01011010 |
| UTF-16 (hex) | 0x005A (005a) |
| UTF-16 (decimal) | 90 |
| UTF-32 (hex) | 0x0000005A (005a) |
| UTF-32 (decimal) | 90 |
| C/C++/Java source code | "\u005A" |
| Python source code | u"\u005A" |
| More... | |
| Java Data | |
|---|---|
| string.toUpperCase() | Z |
| string.toLowerCase() | z |
| Character.UnicodeBlock | BASIC_LATIN |
| Character.charCount() | 1 |
| Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
| Character.getNumericValue() | 35 |
| 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 |