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