| Symbol Name | Latin Capital Letter D With Topbar |
| Unicode Version | 1.1 |
| Unicode | U+018B |
| Unicode block | |
| General category | Uppercase Letter (Lu) |
| CSS Code |
| UTF-8 | C6 8B |
| UTF-16 | 018B |
| UTF-32 | 0000018B |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERDWITHTOPBAR}4\end{document}You can type the latin capital letter d with topbar symbol on most modern devices with the help of following methods:
Alt + 395 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter d with topbar", or use Unicode Hex Input with 018B.
Ctrl + Shift + U, type 018b, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.latin-capital-letter-d-with-topbar::before { content: "\018B"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ƌ</span>Latin Capital Letter D With Topbar symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u018B' or String.fromCodePoint(395) |
| Python | '\N{LATIN CAPITAL LETTER D WITH TOPBAR}' or chr(395) |
| Rust | '\u{018B}' |
| C / C++ | UTF-8 source or wchar_t with U+018B |
| Go | string(rune(0x018B)) |
| Ruby | "\u{018B}" |
\018B |
| Hex Code | 0x018B |
| HTML Code | Ƌ |
| LaTeX | \text{LATINCAPITALLETTERDWITHTOPBAR} |
| Symbol | Ƌ |
| URL encode (UTF-8 percent) | %C6%8B |
| Spoken / screen reader name | Latin Capital Letter D With Topbar |