Unicode Character 'LATIN SMALL LETTER LONG S' (U+017F) |
Unicode Data | |
---|---|
Name | LATIN SMALL LETTER LONG S |
Block | Latin Extended-A |
Category | Letter, Lowercase [Ll] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Decomposition | <compat> LATIN SMALL LETTER S (U+0073) |
Mirror | N |
Index entries | LONG S, LATIN SMALL LETTER S, LATIN SMALL LETTER LONG |
Upper case | U+0053 |
Title case | U+0053 |
Comments | in common use in Roman types until the 18th century in current use in Fraktur and Gaelic types |
See Also | latin small letter sharp s U+00DF latin small ligature long s t U+FB05 |
Approximations | 0073 latin small letter s |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | ſ |
HTML Entity (hex) | ſ |
How to type in Microsoft Windows | Alt +017F |
UTF-8 (hex) | 0xC5 0xBF (c5bf) |
UTF-8 (binary) | 11000101:10111111 |
UTF-16 (hex) | 0x017F (017f) |
UTF-16 (decimal) | 383 |
UTF-32 (hex) | 0x0000017F (017f) |
UTF-32 (decimal) | 383 |
C/C++/Java source code | "\u017F" |
Python source code | u"\u017F" |
More... |
Java Data | |
---|---|
string.toUpperCase() | S |
string.toLowerCase() | ſ |
Character.UnicodeBlock | LATIN_EXTENDED_A |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
Character.getNumericValue() | -1 |
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 |