About Cyrillic Capital Letter Io
Cyrillic Capital Letter Io is the Unicode character Ё at codepoint U+0401 in the Cyrillic block of the Basic Multilingual Plane (BMP).
Developer Notes
| Unicode Codepoint | |
| Decimal | |
| UTF-8 (hex) | |
| UTF-16 (hex) | |
| HEX Entity | |
| HTML Entity | |
| CSS (\xxxx) | |
| JavaScript | |
| Python |
How to Use Cyrillic Capital Letter Io
To use the Cyrillic Capital Letter Io symbol (Ё) in HTML, insert the
entity Ё directly into your markup. The decimal entity Ё works in any HTML-serialised document.
In CSS pseudo-elements use content: '\401';.
In JavaScript and TypeScript the escape '\u0401' evaluates to Ё. In Python source, write '\u0401'.
The character encodes to D0 81 as UTF-8 bytes and 0401 as UTF-16 code units. Its decimal codepoint is 1025.
This is a text-based Unicode character. It will render in the current font on most platforms. If a font lacks this glyph, the browser may show a placeholder or fall back to a system font.