Unicode Character 'LATIN SMALL LETTER N' (U+006E) |
![]() |
LATIN SMALL LETTER N
LATIN SMALL LETTER N
| Unicode Data | |
|---|---|
| Name | LATIN SMALL LETTER N |
| Block | Basic Latin |
| Category | Letter, Lowercase [Ll] |
| Combine | 0 |
| BIDI | Left-to-Right [L] |
| Mirror | N |
| Upper case | U+004E |
| Title case | U+004E |
| See Also | superscript latin small letter n U+207F |
| Version | Unicode 1.1.0 (June, 1993) |
| Encodings | |
|---|---|
| HTML Entity (decimal) | n |
| HTML Entity (hex) | n |
| How to type in Microsoft Windows | Alt +006E Alt 0110 Alt 110 |
| UTF-8 (hex) | 0x6E (6e) |
| UTF-8 (binary) | 01101110 |
| UTF-16 (hex) | 0x006E (006e) |
| UTF-16 (decimal) | 110 |
| UTF-32 (hex) | 0x0000006E (006E) |
| UTF-32 (decimal) | 110 |
| C/C++/Java source code | "\u006E" |
| Python source code | u"\u006E" |
| More... | |
| Java Data | |
|---|---|
| string.toUpperCase() | N |
| string.toLowerCase() | n |
| Character.UnicodeBlock | BASIC_LATIN |
| Character.charCount() | 1 |
| Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
| Character.getNumericValue() | 23 |
| 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 |