HTML Entity/Symbolⅅ(DOUBLE-STRUCK ITALIC CAPITAL D )

Copy this symbol

DOUBLE-STRUCK ITALIC CAPITAL D

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

ⅅ
ⅅ
U+02145
\2145
ⅅ

HTML Examples

Using HTML Code value in HTML file

<span> &#8517; </span>

Using HTML Entity value in HTML file

<span> &CapitalDifferentialD; </span>

CSS Example

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

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