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 LETTER ABKHASIAN CHE) is the Unicode character at code point U+04BC. 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+04BC | |
| decimal | 1212 | |
| htmldecimal | Ҽ | |
| htmlhex | Ҽ | |
| css | \04BC | |
| javascript | \u{4BC} | |
| python | \u04bc | |
| java | \u04BC | |
| go | \u04BC | |
| ruby | \u{4BC} | |
| rust | \u{4BC} | |
| ccpp | \u04bc | |
| urlencoded | %D2%BC | |
| utf8bytes | d2 bc | |
| utf16bebytes | 04 bc | |
| utf32bebytes | 00 00 04 bc |
How to Use
HTML:
Ҽ
CSS:
content: "\04BC"
JavaScript:
"\u{4BC}"
Python:
"\u04bc"
Properties
Frequently Asked Questions
What is the Ҽ character (CYRILLIC CAPITAL LETTER ABKHASIAN CHE)?
Ҽ (CYRILLIC CAPITAL LETTER ABKHASIAN CHE) is the Unicode character U+04BC.
What is the Unicode codepoint of CYRILLIC CAPITAL LETTER ABKHASIAN CHE?
The CYRILLIC CAPITAL LETTER ABKHASIAN CHE character (Ҽ) has codepoint U+04BC.
How do I type or copy CYRILLIC CAPITAL LETTER ABKHASIAN CHE?
Copy Ҽ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.