Latin Capital Letter D With Stroke

Đ

Shortcodes

Copy and paste codes for Latin Capital Letter D With Stroke symbol Đ to use in your websites, apps, blogs, and more.

Unicode
U+0110
HTML Code
Đ
HEX Code
Đ
CSS Code
\110
JS/JSON
\u0110
Unix/C/PHP/JAVA
0x110
URL-encode
%C4%90
copied

Customize Latin Capital Letter D With Stroke Symbol

Customize Đ symbol as you like and download Latin Capital Letter D With Stroke as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
Đ

                        
                    

How to add Latin Capital Letter D With Stroke symbol in HTML, CSS, and JS?

Insert Đ Latin Capital Letter D With Stroke using HTML

1. Copy-paste Latin Capital Letter D With Stroke directly:
<span>Đ</span>
2. HTML Decimal Code:
<span>&#272;</span>
3. Hexadecimal Code:
<span>&#x0110;</span>
Preview: Đ

Add Latin Capital Letter D With Stroke symbol with CSS

.latin-capital-letter-d-with-stroke::before {
    content: '\\110';
}
Preview: Latin Capital Letter D With Stroke

Latin Capital Letter D With Stroke JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-capital-letter-d-with-stroke').textContent = 'Đ';
2. Unicode Escape for Đ:
document.querySelector('.latin-capital-letter-d-with-stroke').textContent = '\u0110';
Preview: Đ