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