Unicode Character 'LATIN CAPITAL LETTER U' (U+0055) | 
		  ![]()  | 
	
LATIN CAPITAL LETTER U
			LATIN CAPITAL LETTER U
| Unicode Data | |
|---|---|
| Name | LATIN CAPITAL LETTER U | 
| Block | Basic Latin | 
| Category | Letter, Uppercase [Lu] | 
| Combine | 0 | 
| BIDI | Left-to-Right [L] | 
| Mirror | N | 
| Lower case | U+0075 | 
| Version | Unicode 1.1.0 (June, 1993) | 
| Encodings | |
|---|---|
| HTML Entity (decimal) | U | 
| HTML Entity (hex) | U | 
| How to type in Microsoft Windows | Alt +0055 Alt 085 Alt 85  | 
	
| UTF-8 (hex) | 0x55 (55) | 
| UTF-8 (binary) | 01010101 | 
| UTF-16 (hex) | 0x0055 (0055) | 
| UTF-16 (decimal) | 85 | 
| UTF-32 (hex) | 0x00000055 (0055) | 
| UTF-32 (decimal) | 85 | 
| C/C++/Java source code | "\u0055" | 
| Python source code | u"\u0055" | 
| More... | |
| Java Data | |
|---|---|
| string.toUpperCase() | U | 
| string.toLowerCase() | u | 
| Character.UnicodeBlock | BASIC_LATIN | 
| Character.charCount() | 1 | 
| Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] | 
| Character.getNumericValue() | 30 | 
| 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 |