Unicode Character 'LATIN CAPITAL LETTER D WITH SMALL LETTER Z' (U+01F2) |
Unicode Data | |
---|---|
Name | LATIN CAPITAL LETTER D WITH SMALL LETTER Z |
Block | Latin Extended-B |
Category | Letter, Titlecase [Lt] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Decomposition | <compat> LATIN CAPITAL LETTER D (U+0044) LATIN SMALL LETTER Z (U+007A) |
Mirror | N |
Upper case | U+01F1 |
Lower case | U+01F3 |
Title case | U+01F2 |
Approximations | 0044 007A |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | Dz |
HTML Entity (hex) | Dz |
How to type in Microsoft Windows | Alt +01F2 |
UTF-8 (hex) | 0xC7 0xB2 (c7b2) |
UTF-8 (binary) | 11000111:10110010 |
UTF-16 (hex) | 0x01F2 (01f2) |
UTF-16 (decimal) | 498 |
UTF-32 (hex) | 0x000001F2 (01F2) |
UTF-32 (decimal) | 498 |
C/C++/Java source code | "\u01F2" |
Python source code | u"\u01F2" |
More... |
Java Data | |
---|---|
string.toUpperCase() | DZ |
string.toLowerCase() | dz |
Character.UnicodeBlock | LATIN_EXTENDED_B |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
Character.getNumericValue() | -1 |
Character.getType() | 3 |
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() | Yes |
Character.isUnicodeIdentifierPart() | Yes |
Character.isUnicodeIdentifierStart() | Yes |
Character.isUpperCase() | No |
Character.isValidCodePoint() | Yes |
Character.isWhitespace() | No |