Unicode Character 'LATIN CAPITAL LETTER U WITH DIAERESIS' (U+00DC) |
![]() |
| Unicode Data | |
|---|---|
| Name | LATIN CAPITAL LETTER U WITH DIAERESIS |
| Block | Latin-1 Supplement |
| Category | Letter, Uppercase [Lu] |
| Combine | 0 |
| BIDI | Left-to-Right [L] |
| Decomposition | LATIN CAPITAL LETTER U (U+0055) COMBINING DIAERESIS (U+0308) |
| Mirror | N |
| Old name | LATIN CAPITAL LETTER U DIAERESIS |
| Index entries | U WITH DIAERESIS, LATIN CAPITAL LETTER |
| Lower case | U+00FC |
| Version | Unicode 1.1.0 (June, 1993) |
| Encodings | |
|---|---|
| HTML Entity (decimal) | Ü |
| HTML Entity (hex) | Ü |
| HTML Entity (named) | Ü |
| How to type in Microsoft Windows | Alt +00DC Alt 0220 Alt 154 |
| UTF-8 (hex) | 0xC3 0x9C (c39c) |
| UTF-8 (binary) | 11000011:10011100 |
| UTF-16 (hex) | 0x00DC (00dc) |
| UTF-16 (decimal) | 220 |
| UTF-32 (hex) | 0x000000DC (00DC) |
| UTF-32 (decimal) | 220 |
| C/C++/Java source code | "\u00DC" |
| Python source code | u"\u00DC" |
| More... | |
| Java Data | |
|---|---|
| string.toUpperCase() | Ü |
| string.toLowerCase() | ü |
| Character.UnicodeBlock | LATIN_1_SUPPLEMENT |
| Character.charCount() | 1 |
| Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
| Character.getNumericValue() | -1 |
| 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 |