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
Њ (CYRILLIC CAPITAL LETTER NJE) is the Unicode character at code point U+040A. It belongs to the Cyrillic block, in the Uppercase Letter (Lu) general category. Its script is Cyrl.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+040A | |
| decimal | 1034 | |
| htmldecimal | Њ | |
| htmlhex | Њ | |
| css | \040A | |
| javascript | \u{40A} | |
| python | \u040a | |
| java | \u040A | |
| go | \u040A | |
| ruby | \u{40A} | |
| rust | \u{40A} | |
| ccpp | \u040a | |
| urlencoded | %D0%8A | |
| utf8bytes | d0 8a | |
| utf16bebytes | 04 0a | |
| utf32bebytes | 00 00 04 0a |
How to Use
HTML:
Њ
CSS:
content: "\040A"
JavaScript:
"\u{40A}"
Python:
"\u040a"
Properties
Frequently Asked Questions
What is the Њ character (CYRILLIC CAPITAL LETTER NJE)?
Њ (CYRILLIC CAPITAL LETTER NJE) is the Unicode character U+040A.
What is the Unicode codepoint of CYRILLIC CAPITAL LETTER NJE?
The CYRILLIC CAPITAL LETTER NJE character (Њ) has codepoint U+040A.
How do I type or copy CYRILLIC CAPITAL LETTER NJE?
Copy Њ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.