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