HTML Entity/SymbolÞ(LATIN CAPITAL LETTER THORN )

Þ
Copy this symbol

LATIN CAPITAL LETTER THORN

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

Þ
Þ
U+000DE
\00de
Þ

HTML Examples

Using HTML Code value in HTML file

<span> &#222; </span>

Using HTML Entity value in HTML file

<span> &THORN; </span>

CSS Example

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

span { 
    content: "\00de";
}
All HTML Symbols