Unicode Character 'LATIN SMALL LETTER S WITH SWASH TAIL' (U+023F) |
![]() ![]() |
Unicode Data | |
---|---|
Name | LATIN SMALL LETTER S WITH SWASH TAIL |
Block | Latin Extended-B |
Category | Letter, Lowercase [Ll] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Mirror | N |
Index entries | SWASH TAIL, LATIN SMALL LETTER S WITH S WITH SWASH TAIL, LATIN SMALL LETTER |
Upper case | U+2C7E |
Title case | U+2C7E |
Comments | voiceless labio-alveolar fricative uppercase is U+2C7E |
See Also | latin small letter s with hook U+0282 |
Version | Unicode 4.1.0 (March 2005) |
Encodings | |
---|---|
HTML Entity (decimal) | ȿ |
HTML Entity (hex) | ȿ |
How to type in Microsoft Windows | Alt +023F |
UTF-8 (hex) | 0xC8 0xBF (c8bf) |
UTF-8 (binary) | 11001000:10111111 |
UTF-16 (hex) | 0x023F (023f) |
UTF-16 (decimal) | 575 |
UTF-32 (hex) | 0x0000023F (023f) |
UTF-32 (decimal) | 575 |
C/C++/Java source code | "\u023F" |
Python source code | u"\u023F" |
More... |
Java Data | |
---|---|
string.toUpperCase() | Ȿ |
string.toLowerCase() | ȿ |
Character.UnicodeBlock | LATIN_EXTENDED_B |
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 |