Unicode Character 'MODIFIER LETTER SMALL M WITH HOOK' (U+1DAC) |
Unicode Data | |
---|---|
Name | MODIFIER LETTER SMALL M WITH HOOK |
Block | Phonetic Extensions Supplement |
Category | Letter, Modifier [Lm] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Decomposition | <super> LATIN SMALL LETTER M WITH HOOK (U+0271) |
Mirror | N |
Approximations | <super> 0271 |
Version | Unicode 4.1.0 (March 2005) |
Encodings | |
---|---|
HTML Entity (decimal) | ᶬ |
HTML Entity (hex) | ᶬ |
How to type in Microsoft Windows | Alt +1DAC |
UTF-8 (hex) | 0xE1 0xB6 0xAC (e1b6ac) |
UTF-8 (binary) | 11100001:10110110:10101100 |
UTF-16 (hex) | 0x1DAC (1dac) |
UTF-16 (decimal) | 7,596 |
UTF-32 (hex) | 0x00001DAC (1dac) |
UTF-32 (decimal) | 7,596 |
C/C++/Java source code | "\u1DAC" |
Python source code | u"\u1DAC" |
More... |
Java Data | |
---|---|
string.toUpperCase() | ᶬ |
string.toLowerCase() | ᶬ |
Character.UnicodeBlock | PHONETIC_EXTENSIONS_SUPPLEMENT |
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 |