Unicode Character 'LATIN SMALL LETTER Z' (U+007A) |
![]() |
LATIN SMALL LETTER Z
LATIN SMALL LETTER Z
| Unicode Data | |
|---|---|
| Name | LATIN SMALL LETTER Z |
| Block | Basic Latin |
| Category | Letter, Lowercase [Ll] |
| Combine | 0 |
| BIDI | Left-to-Right [L] |
| Mirror | N |
| Upper case | U+005A |
| Title case | U+005A |
| See Also | latin small letter z with stroke U+01B6 latin letter small capital z U+1D22 |
| Version | Unicode 1.1.0 (June, 1993) |
| Encodings | |
|---|---|
| HTML Entity (decimal) | z |
| HTML Entity (hex) | z |
| How to type in Microsoft Windows | Alt +007A Alt 0122 Alt 122 |
| UTF-8 (hex) | 0x7A (7a) |
| UTF-8 (binary) | 01111010 |
| UTF-16 (hex) | 0x007A (007a) |
| UTF-16 (decimal) | 122 |
| UTF-32 (hex) | 0x0000007A (007a) |
| UTF-32 (decimal) | 122 |
| C/C++/Java source code | "\u007A" |
| Python source code | u"\u007A" |
| 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() | 2 |
| 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 |