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 WITH TAIL) is the Unicode character at code point U+04C9. 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+04C9 | |
| decimal | 1225 | |
| htmldecimal | Ӊ | |
| htmlhex | Ӊ | |
| css | \04C9 | |
| javascript | \u{4C9} | |
| python | \u04c9 | |
| java | \u04C9 | |
| go | \u04C9 | |
| ruby | \u{4C9} | |
| rust | \u{4C9} | |
| ccpp | \u04c9 | |
| urlencoded | %D3%89 | |
| utf8bytes | d3 89 | |
| utf16bebytes | 04 c9 | |
| utf32bebytes | 00 00 04 c9 |
How to Use
HTML:
Ӊ
CSS:
content: "\04C9"
JavaScript:
"\u{4C9}"
Python:
"\u04c9"
Properties
Frequently Asked Questions
What is the Ӊ character (CYRILLIC CAPITAL LETTER EN WITH TAIL)?
Ӊ (CYRILLIC CAPITAL LETTER EN WITH TAIL) is the Unicode character U+04C9.
What is the Unicode codepoint of CYRILLIC CAPITAL LETTER EN WITH TAIL?
The CYRILLIC CAPITAL LETTER EN WITH TAIL character (Ӊ) has codepoint U+04C9.
How do I type or copy CYRILLIC CAPITAL LETTER EN WITH TAIL?
Copy Ӊ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.