HTML Entity/Symbol†(DAGGER )

Copy this symbol

DAGGER

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

†
†
U+02020
\2020
†

HTML Examples

Using HTML Code value in HTML file

<span> &#8224; </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: "\2020";
}
All HTML Symbols