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