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