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' : ''">
ⷶ
COMBINING CYRILLIC LETTER A
Overview
ⷶ (COMBINING CYRILLIC LETTER A) is the Unicode character at code point U+2DF6. It belongs to the Cyrillic Extended-A block, in the Nonspacing Mark (Mn) general category. Its script is Cyrl.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2DF6 | |
| decimal | 11766 | |
| htmldecimal | ⷶ | |
| htmlhex | ⷶ | |
| css | \2DF6 | |
| javascript | \u{2DF6} | |
| python | \u2df6 | |
| java | \u2DF6 | |
| go | \u2DF6 | |
| ruby | \u{2DF6} | |
| rust | \u{2DF6} | |
| ccpp | \u2df6 | |
| urlencoded | %E2%B7%B6 | |
| utf8bytes | e2 b7 b6 | |
| utf16bebytes | 2d f6 | |
| utf32bebytes | 00 00 2d f6 |
How to Use
HTML:
ⷶ
CSS:
content: "\2DF6"
JavaScript:
"\u{2DF6}"
Python:
"\u2df6"
Properties
- Block
- Cyrillic Extended-A
- Script
- Cyrl
- Category
- Nonspacing Mark (Mn)
- Bidirectional
- NSM
- Combining
- 230
- Mirrored
- No
Frequently Asked Questions
What is the ⷶ character (COMBINING CYRILLIC LETTER A)?
ⷶ (COMBINING CYRILLIC LETTER A) is the Unicode character U+2DF6.
What is the Unicode codepoint of COMBINING CYRILLIC LETTER A?
The COMBINING CYRILLIC LETTER A character (ⷶ) has codepoint U+2DF6.
How do I type or copy COMBINING CYRILLIC LETTER A?
Copy ⷶ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.