Accented D characters
Compare 12 verified accented D characters: 6 uppercase and 6 lowercase forms, with 6 distinct diacritic marks. Copy a character or check its Unicode, HTML, and normalization values below.
Copy accented D
Select a character to copy it to your clipboard.
Uppercase
Lowercase
Unicode and HTML values
HTML character references represent the letter in HTML source. On a narrow screen, scroll the table sideways to see every column.
| Character | Case | Diacritic marks | Unicode code point | Official Unicode name | HTML decimal character reference | HTML hexadecimal character reference | Named character reference |
|---|---|---|---|---|---|---|---|
Ď | Uppercase | U+010E | LATIN CAPITAL LETTER D WITH CARON | Ď | Ď | Ď | |
Ḋ | Uppercase | U+1E0A | LATIN CAPITAL LETTER D WITH DOT ABOVE | Ḋ | Ḋ | None | |
Ḍ | Uppercase | U+1E0C | LATIN CAPITAL LETTER D WITH DOT BELOW | Ḍ | Ḍ | None | |
Ḏ | Uppercase | U+1E0E | LATIN CAPITAL LETTER D WITH LINE BELOW | Ḏ | Ḏ | None | |
Ḑ | Uppercase | U+1E10 | LATIN CAPITAL LETTER D WITH CEDILLA | Ḑ | Ḑ | None | |
Ḓ | Uppercase | U+1E12 | LATIN CAPITAL LETTER D WITH CIRCUMFLEX BELOW | Ḓ | Ḓ | None | |
ď | Lowercase | U+010F | LATIN SMALL LETTER D WITH CARON | ď | ď | ď | |
ḋ | Lowercase | U+1E0B | LATIN SMALL LETTER D WITH DOT ABOVE | ḋ | ḋ | None | |
ḍ | Lowercase | U+1E0D | LATIN SMALL LETTER D WITH DOT BELOW | ḍ | ḍ | None | |
ḏ | Lowercase | U+1E0F | LATIN SMALL LETTER D WITH LINE BELOW | ḏ | ḏ | None | |
ḑ | Lowercase | U+1E11 | LATIN SMALL LETTER D WITH CEDILLA | ḑ | ḑ | None | |
ḓ | Lowercase | U+1E13 | LATIN SMALL LETTER D WITH CIRCUMFLEX BELOW | ḓ | ḓ | None |
Unicode normalization
NFC and NFD show composed and fully decomposed forms of equivalent text. Direct canonical decomposition is a separate mapping and can contain a letter that decomposes further. These are character sequences, not typing instructions.
| Character | NFC sequence | NFD sequence | Canonical decomposition |
|---|---|---|---|
Ď | U+010E | U+0044 + U+030C | U+0044 + U+030C |
Ḋ | U+1E0A | U+0044 + U+0307 | U+0044 + U+0307 |
Ḍ | U+1E0C | U+0044 + U+0323 | U+0044 + U+0323 |
Ḏ | U+1E0E | U+0044 + U+0331 | U+0044 + U+0331 |
Ḑ | U+1E10 | U+0044 + U+0327 | U+0044 + U+0327 |
Ḓ | U+1E12 | U+0044 + U+032D | U+0044 + U+032D |
ď | U+010F | U+0064 + U+030C | U+0064 + U+030C |
ḋ | U+1E0B | U+0064 + U+0307 | U+0064 + U+0307 |
ḍ | U+1E0D | U+0064 + U+0323 | U+0064 + U+0323 |
ḏ | U+1E0F | U+0064 + U+0331 | U+0064 + U+0331 |
ḑ | U+1E11 | U+0064 + U+0327 | U+0064 + U+0327 |
ḓ | U+1E13 | U+0064 + U+032D | U+0064 + U+032D |
Typing and technical guides
Learn how to use a Unicode value in Word for Windows, or compare identifiers with input methods. Check each guide’s application and font requirements.
Sources
The character records above reference these Unicode and HTML sources.
- Unicode Character Database: PropList.txt
Unicode Consortium, version 17.0.0
- Unicode Character Database: UnicodeData.txt
Unicode Consortium, version 17.0.0
- Unicode Standard Annex #44: Unicode Character Database
Unicode Consortium, version 17.0.0
- Unicode Character Database: Normalization Test Suite
Unicode Consortium, version 17.0.0
- HTML Standard: Named character references
WHATWG