keecode logokeecode
Home / HTML Entities / Double dagger

Double dagger

Double dagger symbol

Miscellaneous

HTML Codes

Named Entity

‡

Numeric Code

‡

Usage Examples

HTML Example (Named Entity)

<p>This is the Double dagger: &Dagger;</p>

Output: This is the Double dagger:

HTML Example (Numeric Code)

<p>This is the Double dagger: &#8225;</p>

Output: This is the Double dagger:

JavaScript Example

const char = "&Dagger;";
console.log(char); // ‡