copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('N'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
N
FULLWIDTH LATIN CAPITAL LETTER N
Overview
N (FULLWIDTH LATIN CAPITAL LETTER N) is the Unicode character at code point U+FF2E. It belongs to the Halfwidth and Fullwidth Forms block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF2E | |
| decimal | 65326 | |
| htmldecimal | N | |
| htmlhex | N | |
| css | \FF2E | |
| javascript | \u{FF2E} | |
| python | \uff2e | |
| java | \uFF2E | |
| go | \uFF2E | |
| ruby | \u{FF2E} | |
| rust | \u{FF2E} | |
| ccpp | \uff2e | |
| urlencoded | %EF%BC%AE | |
| utf8bytes | ef bc ae | |
| utf16bebytes | ff 2e | |
| utf32bebytes | 00 00 ff 2e |
How to Use
HTML:
N
CSS:
content: "\FF2E"
JavaScript:
"\u{FF2E}"
Python:
"\uff2e"
Properties
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 004E
Frequently Asked Questions
What is the N character (FULLWIDTH LATIN CAPITAL LETTER N)?
N (FULLWIDTH LATIN CAPITAL LETTER N) is the Unicode character U+FF2E.
What is the Unicode codepoint of FULLWIDTH LATIN CAPITAL LETTER N?
The FULLWIDTH LATIN CAPITAL LETTER N character (N) has codepoint U+FF2E.
How do I type or copy FULLWIDTH LATIN CAPITAL LETTER N?
Copy N directly, or use the HTML entity, UTF-8, and code encodings shown on this page.