Unicode Character 'FULLWIDTH LATIN SMALL LETTER Z' (U+FF5A) |
Unicode Data | |
---|---|
Name | FULLWIDTH LATIN SMALL LETTER Z |
Block | Halfwidth and Fullwidth Forms |
Category | Letter, Lowercase [Ll] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Decomposition | <wide> LATIN SMALL LETTER Z (U+007A) |
Mirror | N |
Upper case | U+FF3A |
Title case | U+FF3A |
Approximations | <wide> 007A |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | z |
HTML Entity (hex) | z |
How to type in Microsoft Windows | Alt +FF5A |
UTF-8 (hex) | 0xEF 0xBD 0x9A (efbd9a) |
UTF-8 (binary) | 11101111:10111101:10011010 |
UTF-16 (hex) | 0xFF5A (ff5a) |
UTF-16 (decimal) | 65,370 |
UTF-32 (hex) | 0x0000FF5A (ff5a) |
UTF-32 (decimal) | 65,370 |
C/C++/Java source code | "\uFF5A" |
Python source code | u"\uFF5A" |
More... |
Java Data | |
---|---|
string.toUpperCase() | Z |
string.toLowerCase() | z |
Character.UnicodeBlock | HALFWIDTH_AND_FULLWIDTH_FORMS |
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 |