Unicode Character 'LATIN SMALL LETTER NJ' (U+01CC) |
Unicode Data | |
---|---|
Name | LATIN SMALL LETTER NJ |
Block | Latin Extended-B |
Category | Letter, Lowercase [Ll] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Decomposition | <compat> LATIN SMALL LETTER N (U+006E) LATIN SMALL LETTER J (U+006A) |
Mirror | N |
Old name | LATIN SMALL LETTER N J |
Upper case | U+01CA |
Title case | U+01CB |
See Also | cyrillic small letter nje U+045A |
Approximations | 006E 006A |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | nj |
HTML Entity (hex) | nj |
How to type in Microsoft Windows | Alt +01CC |
UTF-8 (hex) | 0xC7 0x8C (c78c) |
UTF-8 (binary) | 11000111:10001100 |
UTF-16 (hex) | 0x01CC (01cc) |
UTF-16 (decimal) | 460 |
UTF-32 (hex) | 0x000001CC (01CC) |
UTF-32 (decimal) | 460 |
C/C++/Java source code | "\u01CC" |
Python source code | u"\u01CC" |
More... |
Java Data | |
---|---|
string.toUpperCase() | NJ |
string.toLowerCase() | nj |
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 |