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
ن (ARABIC LETTER NOON) is the Unicode character at code point U+0646. It belongs to the Arabic block, in the Other Letter (Lo) general category. Its script is Arab.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0646 | |
| decimal | 1606 | |
| htmldecimal | ن | |
| htmlhex | ن | |
| css | \0646 | |
| javascript | \u{646} | |
| python | \u0646 | |
| java | \u0646 | |
| go | \u0646 | |
| ruby | \u{646} | |
| rust | \u{646} | |
| ccpp | \u0646 | |
| urlencoded | %D9%86 | |
| utf8bytes | d9 86 | |
| utf16bebytes | 06 46 | |
| utf32bebytes | 00 00 06 46 |
How to Use
HTML:
ن
CSS:
content: "\0646"
JavaScript:
"\u{646}"
Python:
"\u0646"
Properties
Frequently Asked Questions
What is the ن character (ARABIC LETTER NOON)?
ن (ARABIC LETTER NOON) is the Unicode character U+0646.
What is the Unicode codepoint of ARABIC LETTER NOON?
The ARABIC LETTER NOON character (ن) has codepoint U+0646.
How do I type or copy ARABIC LETTER NOON?
Copy ن directly, or use the HTML entity, UTF-8, and code encodings shown on this page.