free-symbols
ƌ

Latin Small Letter D With Topbar Letter

ƌ is the Latin small letter d with a topbar, used as a distinct character in extended Latin text.

U+018C

ƌ (U+018C) is part of the Latin Extended set. It’s a specific, copyable letter form that may appear in linguistics, proper names, and specialized text rendering. Use the escapes below when you need consistent output in code.

Latin Small Letter D With Topbar Letter Meaning

ƌ is a Unicode character known as LATIN SMALL LETTER D WITH TOPBAR (U+018C). As a distinct letter, it differs from the standard lowercase “d” and from other Latin-modified d characters. The topbar makes it suitable for representing language-specific spelling, transliteration conventions, or typography where the exact glyph matters. In digital text, the value U+018C ensures the correct character is preserved across fonts and systems that support Latin Extended characters. When writing or coding, prefer copying the symbol or using the provided HTML/CSS/JavaScript escapes to avoid accidental substitution.

Common uses

  • Linguistics notes and transliteration where an exact modified “d” is required
  • Typing proper names or words copied from source documents that include U+018C
  • Document styling and typography work where precise glyph matching matters
  • Creating consistent labels in multilingual interfaces and forms
  • Developer use in UI strings or data exports that must preserve Unicode characters

Examples

ƌ Latin small letter d with topbar

  • ƌƌ becomes distinct from d in some romanization systems.
  • ƌType ƌ when the source text uses U+018C.
  • ƌThe word contains ƌ (Latin small letter d with topbar).
  • ƌIn a font test line: ƌ ƍ Ǝ.
  • ƌExported data included ƌ and should remain unchanged.

Variations

Technical codes

UnicodeU+018C
HTML Entityƌ
HTML Codeƌ
CSS\018C

FAQ

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

ƌ is a Unicode character known as LATIN SMALL LETTER D WITH TOPBAR (U+018C). As a distinct letter, it differs from the standard lowercase “d” and from other Latin-modified d characters. The topbar makes it suitable for representing language-specific spelling, transliteration conventions, or typography where the exact glyph matters. In digital text, the value U+018C ensures the correct character is preserved across fonts and systems that support Latin Extended characters. When writing or coding, prefer copying the symbol or using the provided HTML/CSS/JavaScript escapes to avoid accidental substitution.

What is ƌ and what Unicode character does it represent?

ƌ is LATIN SMALL LETTER D WITH TOPBAR. Its Unicode code point is U+018C.

How do I copy ƌ into HTML?

You can use the HTML entity: ƌ.

What CSS escape should I use for ƌ?

Use the CSS escape: \\018C.

How can I include ƌ in JavaScript strings?

Use a Unicode escape like: \\u{018C}.