Unicode Character 'LATIN SMALL LETTER S' (U+0073) |
![]() |
LATIN SMALL LETTER S
LATIN SMALL LETTER S
| Unicode Data | |
|---|---|
| Name | LATIN SMALL LETTER S |
| Block | Basic Latin |
| Category | Letter, Lowercase [Ll] |
| Combine | 0 |
| BIDI | Left-to-Right [L] |
| Mirror | N |
| Upper case | U+0053 |
| Title case | U+0053 |
| See Also | latin small letter long s U+017F latin letter small capital s U+A731 |
| Version | Unicode 1.1.0 (June, 1993) |
| Encodings | |
|---|---|
| HTML Entity (decimal) | s |
| HTML Entity (hex) | s |
| How to type in Microsoft Windows | Alt +073 Alt 0115 Alt 115 |
| UTF-8 (hex) | 0x73 (73) |
| UTF-8 (binary) | 01110011 |
| UTF-16 (hex) | 0x0073 (0073) |
| UTF-16 (decimal) | 115 |
| UTF-32 (hex) | 0x00000073 (073) |
| UTF-32 (decimal) | 115 |
| C/C++/Java source code | "\u0073" |
| Python source code | u"\u0073" |
| More... | |
| Java Data | |
|---|---|
| string.toUpperCase() | S |
| string.toLowerCase() | s |
| Character.UnicodeBlock | BASIC_LATIN |
| Character.charCount() | 1 |
| Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
| Character.getNumericValue() | 28 |
| 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 |