Double-struck Italic Small D

Shortcodes

Copy and paste codes for Double-struck Italic Small D symbol ⅆ to use in your websites, apps, blogs, and more.

Unicode
U+2146
HTML Code
ⅆ
HEX Code
ⅆ
CSS Code
\2146
JS/JSON
\u2146
Unix/C/PHP/JAVA
0x2146
URL-encode
%E2%85%86
copied

Customize Double-struck Italic Small D Symbol

Customize ⅆ symbol as you like and download Double-struck Italic Small D 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 Double-struck Italic Small D symbol in HTML, CSS, and JS?

Insert ⅆ Double-struck Italic Small D using HTML

1. Copy-paste Double-struck Italic Small D directly:
<span>ⅆ</span>
2. HTML Decimal Code:
<span>&#8518;</span>
3. Hexadecimal Code:
<span>&#x2146;</span>
Preview:

Add Double-struck Italic Small D symbol with CSS

.double-struck-italic-small-d::before {
    content: '\\2146';
}
Preview: Double-struck Italic Small D

Double-struck Italic Small D JavaScript Code

1. Direct Symbol:
document.querySelector('.double-struck-italic-small-d').textContent = 'ⅆ';
2. Unicode Escape for ⅆ:
document.querySelector('.double-struck-italic-small-d').textContent = '\u2146';
Preview: