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' : ''">
ḑ
LATIN SMALL LETTER D WITH CEDILLA
Overview
ḑ (LATIN SMALL LETTER D WITH CEDILLA) is the Unicode character at code point U+1E11. It belongs to the Latin Extended Additional block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+1E11 | |
| decimal | 7697 | |
| htmldecimal | ḑ | |
| htmlhex | ḑ | |
| css | \1E11 | |
| javascript | \u{1E11} | |
| python | \u1e11 | |
| java | \u1E11 | |
| go | \u1E11 | |
| ruby | \u{1E11} | |
| rust | \u{1E11} | |
| ccpp | \u1e11 | |
| urlencoded | %E1%B8%91 | |
| utf8bytes | e1 b8 91 | |
| utf16bebytes | 1e 11 | |
| utf32bebytes | 00 00 1e 11 |
How to Use
HTML:
ḑ
CSS:
content: "\1E11"
JavaScript:
"\u{1E11}"
Python:
"\u1e11"
Properties
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0064 0327
Frequently Asked Questions
What is the ḑ character (LATIN SMALL LETTER D WITH CEDILLA)?
ḑ (LATIN SMALL LETTER D WITH CEDILLA) is the Unicode character U+1E11.
What is the Unicode codepoint of LATIN SMALL LETTER D WITH CEDILLA?
The LATIN SMALL LETTER D WITH CEDILLA character (ḑ) has codepoint U+1E11.
How do I type or copy LATIN SMALL LETTER D WITH CEDILLA?
Copy ḑ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.