Unicode Character 'LATIN SMALL LETTER U' (U+0075) |
![]() |
LATIN SMALL LETTER U
LATIN SMALL LETTER U
| Unicode Data | |
|---|---|
| Name | LATIN SMALL LETTER U |
| Block | Basic Latin |
| Category | Letter, Lowercase [Ll] |
| Script | Latin (Latn) |
| Combine | 0 |
| BIDI | Left-to-Right [L] |
| Version | Unicode 1.1.0 (June, 1993) |
| Encodings | |
|---|---|
| HTML Entity (decimal) | u |
| HTML Entity (hex) | u |
| How to type in Microsoft Windows | Alt +0075 Alt 0117 Alt 117 |
| UTF-8 (hex) | 0x75 (75) |
| UTF-8 (binary) | 01110101 |
| UTF-16 (hex) | 0x0075 (0075) |
| UTF-16 (decimal) | 117 |
| UTF-32 (hex) | 0x00000075 (0075) |
| UTF-32 (decimal) | 117 |
| C/C++/Java source code | "\u0075" |
| Python source code | u"\u0075" |
| 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() | 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 |