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
LATIN CAPITAL LETTER N
Overview
N (LATIN CAPITAL LETTER N) is the Unicode character at code point U+004E. It belongs to the Basic Latin block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+004E | |
| decimal | 78 | |
| htmldecimal | N | |
| htmlhex | N | |
| css | \004E | |
| javascript | \u{4E} | |
| python | \u004e | |
| java | \u004E | |
| go | \u004E | |
| ruby | \u{4E} | |
| rust | \u{4E} | |
| ccpp | \u004e | |
| urlencoded | N | |
| utf8bytes | 4e | |
| utf16bebytes | 00 4e | |
| utf32bebytes | 00 00 00 4e |
How to Use
HTML:
N
CSS:
content: "\004E"
JavaScript:
"\u{4E}"
Python:
"\u004e"
Properties
- Block
- Basic Latin
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Compare
Frequently Asked Questions
What is the N character (LATIN CAPITAL LETTER N)?
N (LATIN CAPITAL LETTER N) is the Unicode character U+004E.
What is the Unicode codepoint of LATIN CAPITAL LETTER N?
The LATIN CAPITAL LETTER N character (N) has codepoint U+004E.
How do I type or copy LATIN CAPITAL LETTER N?
Copy N directly, or use the HTML entity, UTF-8, and code encodings shown on this page.