Unicode Character 'CYRILLIC SMALL LETTER SHHA' (U+04BB) |
![]() ![]() |
Unicode Data | |
---|---|
Name | CYRILLIC SMALL LETTER SHHA |
Block | Cyrillic |
Category | Letter, Lowercase [Ll] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Mirror | N |
Old name | CYRILLIC SMALL LETTER H |
Upper case | U+04BA |
Title case | U+04BA |
Comments | originally derived from Latin "h", but uppercase form U+04BA is closer to an inverted che (U+0427) Azerbaijani, Bashkir, ... |
See Also | latin small letter h U+0068 |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | һ |
HTML Entity (hex) | һ |
How to type in Microsoft Windows | Alt +04BB |
UTF-8 (hex) | 0xD2 0xBB (d2bb) |
UTF-8 (binary) | 11010010:10111011 |
UTF-16 (hex) | 0x04BB (04bb) |
UTF-16 (decimal) | 1,211 |
UTF-32 (hex) | 0x000004BB (04BB) |
UTF-32 (decimal) | 1,211 |
C/C++/Java source code | "\u04BB" |
Python source code | u"\u04BB" |
More... |
Java Data | |
---|---|
string.toUpperCase() | Һ |
string.toLowerCase() | һ |
Character.UnicodeBlock | CYRILLIC |
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 |