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' : ''">
Њ
CYRILLIC CAPITAL LETTER NJE
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
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.