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 BE
Overview
ⷠ (COMBINING CYRILLIC LETTER BE) is the Unicode character at code point U+2DE0. 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+2DE0 | |
| decimal | 11744 | |
| htmldecimal | ⷠ | |
| htmlhex | ⷠ | |
| css | \2DE0 | |
| javascript | \u{2DE0} | |
| python | \u2de0 | |
| java | \u2DE0 | |
| go | \u2DE0 | |
| ruby | \u{2DE0} | |
| rust | \u{2DE0} | |
| ccpp | \u2de0 | |
| urlencoded | %E2%B7%A0 | |
| utf8bytes | e2 b7 a0 | |
| utf16bebytes | 2d e0 | |
| utf32bebytes | 00 00 2d e0 |
How to Use
HTML:
ⷠ
CSS:
content: "\2DE0"
JavaScript:
"\u{2DE0}"
Python:
"\u2de0"
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 BE)?
ⷠ (COMBINING CYRILLIC LETTER BE) is the Unicode character U+2DE0.
What is the Unicode codepoint of COMBINING CYRILLIC LETTER BE?
The COMBINING CYRILLIC LETTER BE character (ⷠ) has codepoint U+2DE0.
How do I type or copy COMBINING CYRILLIC LETTER BE?
Copy ⷠ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.