HTML Entity/Symbol‡(DOUBLE DAGGER )

Copy this symbol

DOUBLE DAGGER

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

‡
‡
U+02021
\2021
‡

HTML Examples

Using HTML Code value in HTML file

<span> &#8225; </span>

Using HTML Entity value in HTML file

<span> &Dagger; </span>

CSS Example

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

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