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