Cyrillic Capital Letter Izhitsa With Double Grave Accent
Ѷ
Shortcodes
Copy useful codes for cyrillic capital letter izhitsa with double grave accent symbol Ѷ to use in websites, apps, blogs, and docs.
Unicode
U+0476 HTML Code
Ѷ HEX Code
Ѷ CSS Code
\0476 JS/JSON
\u0476 Unix/C/PHP/JAVA
0x476 URL-encode
%D1%B6 Customize Cyrillic Capital Letter Izhitsa With Double Grave Accent
Customize Ѷ, download it as SVG or PNG, or copy the generated HTML snippet.
Ѷ
How to use Cyrillic Capital Letter Izhitsa With Double Grave Accent Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>Ѷ</span> HTML Code:
<span>Ѷ</span> HEX Code:
<span>Ѷ</span> Add with CSS
.cyrillic-capital-letter-izhitsa-with-double-grave-accent::before {
content: '\\0476';
} Set it in JavaScript
document.querySelector('.cyrillic-capital-letter-izhitsa-with-double-grave-accent').textContent = 'Ѷ';