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 SMALL LETTER DJE) is the Unicode character at code point U+0452. It belongs to the Cyrillic block, in the Lowercase Letter (Ll) general category. Its script is Cyrl.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0452 | |
| decimal | 1106 | |
| htmldecimal | ђ | |
| htmlhex | ђ | |
| css | \0452 | |
| javascript | \u{452} | |
| python | \u0452 | |
| java | \u0452 | |
| go | \u0452 | |
| ruby | \u{452} | |
| rust | \u{452} | |
| ccpp | \u0452 | |
| urlencoded | %D1%92 | |
| utf8bytes | d1 92 | |
| utf16bebytes | 04 52 | |
| utf32bebytes | 00 00 04 52 |
How to Use
HTML:
ђ
CSS:
content: "\0452"
JavaScript:
"\u{452}"
Python:
"\u0452"
Properties
Frequently Asked Questions
What is the ђ character (CYRILLIC SMALL LETTER DJE)?
ђ (CYRILLIC SMALL LETTER DJE) is the Unicode character U+0452.
What is the Unicode codepoint of CYRILLIC SMALL LETTER DJE?
The CYRILLIC SMALL LETTER DJE character (ђ) has codepoint U+0452.
How do I type or copy CYRILLIC SMALL LETTER DJE?
Copy ђ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.