free-symbols
đ

Latin Small Letter D With Stroke Letter

đ is the Latin small letter d with a stroke, used in some language orthographies.

U+0111

The character đ is known as “Latin small letter d with stroke.” It’s part of the Latin Extended set and has a specific Unicode code point, making it reliable for digital text. Use it anywhere you need the distinct letter form.

Latin Small Letter D With Stroke Letter Meaning

đ (U+0111) is a Latin letter form: a small “d” with a stroke. Because it has its own Unicode identity, it’s preferred over substituting a plain “d” when the writing system requires this distinct character. In practice, đ appears in languages that use it as a standard letter (most commonly in Vietnamese orthography). For web and software use, it’s important to insert the exact character rather than relying on similar-looking letters, ensuring correct spelling, search matching, sorting, and font rendering.

Common uses

  • Typing Vietnamese words that contain the distinct letter đ
  • Correcting misspellings when replacing plain 'd' with 'đ' in localized text
  • Publishing multilingual content (blogs, captions, documentation) with accurate characters
  • Labeling UI elements or forms that require the exact letter for user names and place names
  • Generating or validating text in applications that must match Unicode spelling exactly

Examples

đ — Latin small letter d with stroke

  • đđi
  • đđường
  • đnghĩa đen
  • đthời đ iểm
  • đsố đếm

Variations

Technical codes

UnicodeU+0111
HTML Entityđ
HTML Codeđ
CSS\0111

FAQ

What does the Latin Small Letter D With Stroke letter mean?

đ (U+0111) is a Latin letter form: a small “d” with a stroke. Because it has its own Unicode identity, it’s preferred over substituting a plain “d” when the writing system requires this distinct character. In practice, đ appears in languages that use it as a standard letter (most commonly in Vietnamese orthography). For web and software use, it’s important to insert the exact character rather than relying on similar-looking letters, ensuring correct spelling, search matching, sorting, and font rendering.

What Unicode character is đ?

đ is the Unicode character LATIN SMALL LETTER D WITH STROKE, code point U+0111.

How do I type đ on a keyboard?

Keyboard methods depend on your OS and language settings. The most reliable option is to copy and paste this character from the page or insert it using the provided escapes.

What are the HTML and CSS escapes for đ?

HTML entity: đ. CSS escape: \\0111.

Does JavaScript support đ directly?

Yes. You can include it directly as a character, or use the escape \\u{0111} in JavaScript.