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