copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('נ'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
נ
Overview
נ (HEBREW LETTER NUN) is the Unicode character at code point U+05E0. It belongs to the Hebrew block, in the Other Letter (Lo) general category. Its script is Hebr.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+05E0 | |
| decimal | 1504 | |
| htmldecimal | נ | |
| htmlhex | נ | |
| css | \05E0 | |
| javascript | \u{5E0} | |
| python | \u05e0 | |
| java | \u05E0 | |
| go | \u05E0 | |
| ruby | \u{5E0} | |
| rust | \u{5E0} | |
| ccpp | \u05e0 | |
| urlencoded | %D7%A0 | |
| utf8bytes | d7 a0 | |
| utf16bebytes | 05 e0 | |
| utf32bebytes | 00 00 05 e0 |
How to Use
HTML:
נ
CSS:
content: "\05E0"
JavaScript:
"\u{5E0}"
Python:
"\u05e0"
Properties
Frequently Asked Questions
What is the נ character (HEBREW LETTER NUN)?
נ (HEBREW LETTER NUN) is the Unicode character U+05E0.
What is the Unicode codepoint of HEBREW LETTER NUN?
The HEBREW LETTER NUN character (נ) has codepoint U+05E0.
How do I type or copy HEBREW LETTER NUN?
Copy נ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.