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