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 CARON
Overview
ď (LATIN SMALL LETTER D WITH CARON) is the Unicode character at code point U+010F. It belongs to the Latin Extended-A block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+010F | |
| decimal | 271 | |
| htmldecimal | ď | |
| htmlhex | ď | |
| css | \010F | |
| javascript | \u{10F} | |
| python | \u010f | |
| java | \u010F | |
| go | \u010F | |
| ruby | \u{10F} | |
| rust | \u{10F} | |
| ccpp | \u010f | |
| urlencoded | %C4%8F | |
| utf8bytes | c4 8f | |
| utf16bebytes | 01 0f | |
| utf32bebytes | 00 00 01 0f |
How to Use
HTML:
ď
CSS:
content: "\010F"
JavaScript:
"\u{10F}"
Python:
"\u010f"
Properties
- Block
- Latin Extended-A
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0064 030C
Frequently Asked Questions
What is the ď character (LATIN SMALL LETTER D WITH CARON)?
ď (LATIN SMALL LETTER D WITH CARON) is the Unicode character U+010F.
What is the Unicode codepoint of LATIN SMALL LETTER D WITH CARON?
The LATIN SMALL LETTER D WITH CARON character (ď) has codepoint U+010F.
How do I type or copy LATIN SMALL LETTER D WITH CARON?
Copy ď directly, or use the HTML entity, UTF-8, and code encodings shown on this page.