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