Latin Small Letter D With Dot Below Letter
ḍ is the Latin small letter d with a dot below, used in extended Latin writing systems.
U+1E0D
ḍ (Latin Small Letter D with Dot Below) is a letter form commonly used where a distinct d sound or transcription is needed. Because it’s part of Unicode Latin Extended, it can be reliably used in modern text and fonts. Below are practical ways to copy, identify, and use it in writing or development.
Latin Small Letter D With Dot Below Letter Meaning
ḍ is a Unicode character (U+1E0D) representing a Latin small letter “d” with a dot below. It is typically used in orthographies and linguistic transcriptions where the dot below distinguishes it from a plain “d”. In practice, you’ll see it in texts that require careful phonetic or language-specific spelling, including transliteration conventions that encode differences in pronunciation. For designers and developers, its main “meaning” is the visual and typographic distinction from regular d; using the correct Unicode character ensures consistent rendering across platforms.
Common uses
- •Transcribing languages where “d” and “ḍ” represent different sounds
- •Writing linguistic or academic notes that require precise character distinctions
- •Typing standardized transliterations in multilingual documents
- •Correcting spelling in digital text that must match a specific orthography
- •Building UI text, labels, or forms that display language-specific characters
Examples
ḍ — Latin Small Letter D with Dot Below
- ḍraḍa
- ḍbaḍal
- ḍḍara
- ḍmaḍin
- ḍkaḍi
Variations
Technical codes
| Unicode | U+1E0D | |
| HTML Entity | ḍ | |
| HTML Code | ḍ | |
| CSS | \1E0D |
FAQ
What does the Latin Small Letter D With Dot Below letter mean?
ḍ is a Unicode character (U+1E0D) representing a Latin small letter “d” with a dot below. It is typically used in orthographies and linguistic transcriptions where the dot below distinguishes it from a plain “d”. In practice, you’ll see it in texts that require careful phonetic or language-specific spelling, including transliteration conventions that encode differences in pronunciation. For designers and developers, its main “meaning” is the visual and typographic distinction from regular d; using the correct Unicode character ensures consistent rendering across platforms.
What is the Unicode code point for ḍ?
ḍ is U+1E0D (LATIN SMALL LETTER D WITH DOT BELOW).
How can I copy ḍ easily from this page?
Copy the character “ḍ” directly from the page and paste it into your document. You can also use the provided HTML entity or escapes in code.
What is the HTML entity for ḍ?
The HTML entity is ḍ.
How do I use ḍ in JavaScript?
Use the JavaScript escape \\u{1E0D} (or include the character directly if your source encoding supports it).