Unicode Character 'LATIN SMALL LETTER W' (U+0077) |
![]() |
LATIN SMALL LETTER W
LATIN SMALL LETTER W
| Unicode Data | |
|---|---|
| Name | LATIN SMALL LETTER W |
| Block | Basic Latin |
| Category | Letter, Lowercase [Ll] |
| Combine | 0 |
| BIDI | Left-to-Right [L] |
| Mirror | N |
| Upper case | U+0057 |
| Title case | U+0057 |
| See Also | cyrillic small letter we U+051D latin letter small capital w U+1D21 |
| Version | Unicode 1.1.0 (June, 1993) |
| Encodings | |
|---|---|
| HTML Entity (decimal) | w |
| HTML Entity (hex) | w |
| How to type in Microsoft Windows | Alt +0077 Alt 0119 Alt 119 |
| UTF-8 (hex) | 0x77 (77) |
| UTF-8 (binary) | 01110111 |
| UTF-16 (hex) | 0x0077 (0077) |
| UTF-16 (decimal) | 119 |
| UTF-32 (hex) | 0x00000077 (0077) |
| UTF-32 (decimal) | 119 |
| C/C++/Java source code | "\u0077" |
| Python source code | u"\u0077" |
| More... | |
| Java Data | |
|---|---|
| string.toUpperCase() | W |
| string.toLowerCase() | w |
| Character.UnicodeBlock | BASIC_LATIN |
| Character.charCount() | 1 |
| Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
| Character.getNumericValue() | 32 |
| 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 |