Unicode Character 'LATIN SMALL LETTER BLACKLETTER O WITH STROKE' (U+AB3E) |
![]() ![]() |
Unicode Data | |
---|---|
Name | LATIN SMALL LETTER BLACKLETTER O WITH STROKE |
Block | Latin Extended-E |
Category | Letter, Lowercase [Ll] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Mirror | N |
See Also | latin small letter o with stroke U+00F8 |
Version | Unicode 7.0 (June 2014) |
Encodings | |
---|---|
HTML Entity (decimal) | ꬾ |
HTML Entity (hex) | ꬾ |
How to type in Microsoft Windows | Alt +AB3E |
UTF-8 (hex) | 0xEA 0xAC 0xBE (eaacbe) |
UTF-8 (binary) | 11101010:10101100:10111110 |
UTF-16 (hex) | 0xAB3E (ab3e) |
UTF-16 (decimal) | 43,838 |
UTF-32 (hex) | 0x0000AB3E (AB3E) |
UTF-32 (decimal) | 43,838 |
C/C++/Java source code | "\uAB3E" |
Python source code | u"\uAB3E" |
More... |
Java Data | |
---|---|
string.toUpperCase() | ꬾ |
string.toLowerCase() | ꬾ |
Character.UnicodeBlock | LATIN_EXTENDED_E |
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 |