Symbols

Dagger †

The dagger (†) is a typographic symbol used primarily as a reference mark for footnotes. It is the second footnote symbol after the asterisk (*) in the traditional sequence. In academic and scientific publishing, the dagger is also used to mark deceased persons, especially in biographical listings and author credits.

All Representations

Named Entity
†
Decimal Code
†
Hex Code
†
Unicode
U+2020

Rendered Output

† renders as the character shown above

When to Use Dagger

Use the dagger as a footnote reference mark (the second in sequence after *), to indicate deceased individuals in biographical content, and in academic citations. For a third footnote symbol, use the double dagger (‡). In medical literature, † often marks patient deaths in study results.

Try It — HTML Examples

Named entity in text
<p>Symbol: &dagger;</p>
Decimal reference
<p>Symbol: &#8224;</p>
Hex reference
<p>Symbol: &#x2020;</p>
Inside an HTML attribute
<div title="The Dagger: &dagger;">Hover to see</div>

About the Dagger Entity

The Dagger character (†) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &dagger;, the decimal numeric character reference &#8224;, or the hexadecimal numeric reference &#x2020;. The character is assigned Unicode code point U+2020 in the Universal Character Set.

The dagger (†) is a typographic symbol used primarily as a reference mark for footnotes. It is the second footnote symbol after the asterisk (*) in the traditional sequence. In academic and scientific publishing, the dagger is also used to mark deceased persons, especially in biographical listings and author credits.

Symbol entities encompass a wide variety of special characters used in legal disclaimers, intellectual property notices, typographic ornaments, card suit indicators, and miscellaneous notation throughout web content. These characters appear in website footers for copyright notices, product pages for trademark symbols, academic papers for dagger footnote markers, and decorative or gaming contexts for card suits and stars.

When deciding how to encode the Dagger character in your HTML documents, the named entity &dagger; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#8224; and hexadecimal form &#x2020; are equally valid alternatives that work in contexts where named entities may not be supported, or when generating HTML output programmatically from server-side code. All three representations produce identical visual output in every modern web browser.

Use the dagger as a footnote reference mark (the second in sequence after *), to indicate deceased individuals in biographical content, and in academic citations. For a third footnote symbol, use the double dagger (‡). In medical literature, † often marks patient deaths in study results.

Related Entities

Explore More HTML Entities

Browse our complete reference of 262 HTML entities with codes, examples, and usage tips.