Unicode Character 'LATIN SUBSCRIPT SMALL LETTER S' (U+209B) |
Unicode Data | |
---|---|
Name | LATIN SUBSCRIPT SMALL LETTER S |
Block | Superscripts and Subscripts |
Category | Letter, Modifier [Lm] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Decomposition | <sub> LATIN SMALL LETTER S (U+0073) |
Mirror | N |
Index entries | S, LATIN SUBSCRIPT SMALL LETTER |
Approximations | <sub> 0073 |
Version | Unicode 6.0.0 (October 2010) |
Encodings | |
---|---|
HTML Entity (decimal) | ₛ |
HTML Entity (hex) | ₛ |
How to type in Microsoft Windows | Alt +209B |
UTF-8 (hex) | 0xE2 0x82 0x9B (e2829b) |
UTF-8 (binary) | 11100010:10000010:10011011 |
UTF-16 (hex) | 0x209B (209b) |
UTF-16 (decimal) | 8,347 |
UTF-32 (hex) | 0x0000209B (209b) |
UTF-32 (decimal) | 8,347 |
C/C++/Java source code | "\u209B" |
Python source code | u"\u209B" |
More... |
Java Data | |
---|---|
string.toUpperCase() | ₛ |
string.toLowerCase() | ₛ |
Character.UnicodeBlock | SUPERSCRIPTS_AND_SUBSCRIPTS |
Character.charCount() | 1 |
Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
Character.getNumericValue() | -1 |
Character.getType() | 4 |
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 |