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