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 CIRCUMFLEX BELOW
Overview
ḓ (LATIN SMALL LETTER D WITH CIRCUMFLEX BELOW) is the Unicode character at code point U+1E13. 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+1E13 | |
| decimal | 7699 | |
| htmldecimal | ḓ | |
| htmlhex | ḓ | |
| css | \1E13 | |
| javascript | \u{1E13} | |
| python | \u1e13 | |
| java | \u1E13 | |
| go | \u1E13 | |
| ruby | \u{1E13} | |
| rust | \u{1E13} | |
| ccpp | \u1e13 | |
| urlencoded | %E1%B8%93 | |
| utf8bytes | e1 b8 93 | |
| utf16bebytes | 1e 13 | |
| utf32bebytes | 00 00 1e 13 |
How to Use
HTML:
ḓ
CSS:
content: "\1E13"
JavaScript:
"\u{1E13}"
Python:
"\u1e13"
Properties
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0064 032D
Frequently Asked Questions
What is the ḓ character (LATIN SMALL LETTER D WITH CIRCUMFLEX BELOW)?
ḓ (LATIN SMALL LETTER D WITH CIRCUMFLEX BELOW) is the Unicode character U+1E13.
What is the Unicode codepoint of LATIN SMALL LETTER D WITH CIRCUMFLEX BELOW?
The LATIN SMALL LETTER D WITH CIRCUMFLEX BELOW character (ḓ) has codepoint U+1E13.
How do I type or copy LATIN SMALL LETTER D WITH CIRCUMFLEX BELOW?
Copy ḓ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.