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 SMALL LETTER A WITH DIAERESIS) is the Unicode character at code point U+04D3. It belongs to the Cyrillic block, in the Lowercase Letter (Ll) general category. Its script is Cyrl.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+04D3 | |
| decimal | 1235 | |
| htmldecimal | ӓ | |
| htmlhex | ӓ | |
| css | \04D3 | |
| javascript | \u{4D3} | |
| python | \u04d3 | |
| java | \u04D3 | |
| go | \u04D3 | |
| ruby | \u{4D3} | |
| rust | \u{4D3} | |
| ccpp | \u04d3 | |
| urlencoded | %D3%93 | |
| utf8bytes | d3 93 | |
| utf16bebytes | 04 d3 | |
| utf32bebytes | 00 00 04 d3 |
How to Use
HTML:
ӓ
CSS:
content: "\04D3"
JavaScript:
"\u{4D3}"
Python:
"\u04d3"
Properties
Frequently Asked Questions
What is the ӓ character (CYRILLIC SMALL LETTER A WITH DIAERESIS)?
ӓ (CYRILLIC SMALL LETTER A WITH DIAERESIS) is the Unicode character U+04D3.
What is the Unicode codepoint of CYRILLIC SMALL LETTER A WITH DIAERESIS?
The CYRILLIC SMALL LETTER A WITH DIAERESIS character (ӓ) has codepoint U+04D3.
How do I type or copy CYRILLIC SMALL LETTER A WITH DIAERESIS?
Copy ӓ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.