Unicode Character 'LATIN CAPITAL LETTER N WITH SMALL LETTER J' (U+01CB) |
Unicode Data | |
---|---|
Name | LATIN CAPITAL LETTER N WITH SMALL LETTER J |
Block | Latin Extended-B |
Category | Letter, Titlecase [Lt] |
Combine | 0 |
BIDI | Left-to-Right [L] |
Decomposition | <compat> LATIN CAPITAL LETTER N (U+004E) LATIN SMALL LETTER J (U+006A) |
Mirror | N |
Old name | LATIN LETTER CAPITAL N SMALL J |
Upper case | U+01CA |
Lower case | U+01CC |
Title case | U+01CB |
Approximations | 004E 006A |
Version | Unicode 1.1.0 (June, 1993) |
Encodings | |
---|---|
HTML Entity (decimal) | Nj |
HTML Entity (hex) | Nj |
How to type in Microsoft Windows | Alt +01CB |
UTF-8 (hex) | 0xC7 0x8B (c78b) |
UTF-8 (binary) | 11000111:10001011 |
UTF-16 (hex) | 0x01CB (01cb) |
UTF-16 (decimal) | 459 |
UTF-32 (hex) | 0x000001CB (01cb) |
UTF-32 (decimal) | 459 |
C/C++/Java source code | "\u01CB" |
Python source code | u"\u01CB" |
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() | 3 |
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() | No |
Character.isMirrored() | No |
Character.isSpaceChar() | No |
Character.isSupplementaryCodePoint() | No |
Character.isTitleCase() | Yes |
Character.isUnicodeIdentifierPart() | Yes |
Character.isUnicodeIdentifierStart() | Yes |
Character.isUpperCase() | No |
Character.isValidCodePoint() | Yes |
Character.isWhitespace() | No |