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 EN) is the Unicode character at code point U+041D. 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+041D | |
| decimal | 1053 | |
| htmldecimal | Н | |
| htmlhex | Н | |
| css | \041D | |
| javascript | \u{41D} | |
| python | \u041d | |
| java | \u041D | |
| go | \u041D | |
| ruby | \u{41D} | |
| rust | \u{41D} | |
| ccpp | \u041d | |
| urlencoded | %D0%9D | |
| utf8bytes | d0 9d | |
| utf16bebytes | 04 1d | |
| utf32bebytes | 00 00 04 1d |
How to Use
HTML:
Н
CSS:
content: "\041D"
JavaScript:
"\u{41D}"
Python:
"\u041d"
Frequently Asked Questions
What is the Н character (CYRILLIC CAPITAL LETTER EN)?
Н (CYRILLIC CAPITAL LETTER EN) is the Unicode character U+041D.
What is the Unicode codepoint of CYRILLIC CAPITAL LETTER EN?
The CYRILLIC CAPITAL LETTER EN character (Н) has codepoint U+041D.
How do I type or copy CYRILLIC CAPITAL LETTER EN?
Copy Н directly, or use the HTML entity, UTF-8, and code encodings shown on this page.