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