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