Unicode Character 'FULLWIDTH LATIN CAPITAL LETTER N' (U+FF2E) |
![]() |
FULLWIDTH LATIN CAPITAL LETTER N
FULLWIDTH LATIN CAPITAL LETTER N
| Unicode Data | |
|---|---|
| Name | FULLWIDTH LATIN CAPITAL LETTER N |
| Block | Halfwidth and Fullwidth Forms |
| Category | Letter, Uppercase [Lu] |
| Combine | 0 |
| BIDI | Left-to-Right [L] |
| Decomposition | <wide> LATIN CAPITAL LETTER N (U+004E) |
| Mirror | N |
| Lower case | U+FF4E |
| Approximations | <wide> 004E |
| Version | Unicode 1.1.0 (June, 1993) |
| Encodings | |
|---|---|
| HTML Entity (decimal) | N |
| HTML Entity (hex) | N |
| How to type in Microsoft Windows | Alt +FF2E |
| UTF-8 (hex) | 0xEF 0xBC 0xAE (efbcae) |
| UTF-8 (binary) | 11101111:10111100:10101110 |
| UTF-16 (hex) | 0xFF2E (ff2e) |
| UTF-16 (decimal) | 65,326 |
| UTF-32 (hex) | 0x0000FF2E (ff2e) |
| UTF-32 (decimal) | 65,326 |
| C/C++/Java source code | "\uFF2E" |
| Python source code | u"\uFF2E" |
| More... | |
| Java Data | |
|---|---|
| string.toUpperCase() | N |
| string.toLowerCase() | n |
| Character.UnicodeBlock | HALFWIDTH_AND_FULLWIDTH_FORMS |
| Character.charCount() | 1 |
| Character.getDirectionality() | DIRECTIONALITY_LEFT_TO_RIGHT [0] |
| Character.getNumericValue() | 23 |
| Character.getType() | 1 |
| 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() | No |
| Character.isUnicodeIdentifierPart() | Yes |
| Character.isUnicodeIdentifierStart() | Yes |
| Character.isUpperCase() | Yes |
| Character.isValidCodePoint() | Yes |
| Character.isWhitespace() | No |