HTML Entity/Symbolⅆ(DOUBLE-STRUCK ITALIC SMALL D )

Copy this symbol

DOUBLE-STRUCK ITALIC SMALL D

Click on any of the following code values to copy to clipboard.

ⅆ
ⅆ
U+02146
\2146
ⅆ

HTML Examples

Using HTML Code value in HTML file

<span> &#8518; </span>

Using HTML Entity value in HTML file

<span> &dd; </span>

CSS Example

Using CSS content code of the HTML entity &dd; to specify in a CSS file

span { 
    content: "\2146";
}
All HTML Symbols