Latin Capital Letter Thorn

Þ

Shortcodes

Copy and paste codes for Latin Capital Letter Thorn symbol Þ to use in your websites, apps, blogs, and more.

Unicode
U+00DE
Alt Code
222
HTML Code
Þ
HTML Entity
Þ
HEX Code
Þ
CSS Code
\0DE
JS/JSON
\u00DE
Unix/C/PHP/JAVA
0xDE
URL-encode
%C3%9E
copied

Customize Latin Capital Letter Thorn Symbol

Customize Þ symbol as you like and download Latin Capital Letter Thorn as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
Þ

                        
                    

How to type Latin Capital Letter Thorn symbol Þ ?

Using Latin Capital Letter Thorn Alt Code:

You can type the Latin Capital Letter Thorn symbol Þ using your keyboard by using the Alt Code for Latin Capital Letter Thorn. Before you begin, ensure that your Num Lock is turned on, and use the Numpad to type the code. Then, follow these simple steps:

  1. Hold down the Alt key on your keyboard.
  2. Type the number 222 using the Numpad.
  3. Release the Alt key.

This will make the Þ appear on your screen.

How to add Latin Capital Letter Thorn symbol in HTML, CSS, and JS?

Insert Þ Latin Capital Letter Thorn using HTML

1. Copy-paste Latin Capital Letter Thorn directly:
<span>Þ</span>
2. HTML Decimal Code:
<span>&#222;</span>
3. HTML Entity:
<span>&THORN;</span>
4. Hexadecimal Code:
<span>&#x00DE;</span>
Preview: Þ

Add Latin Capital Letter Thorn symbol with CSS

.latin-capital-letter-thorn::before {
    content: '\\0DE';
}
Preview: Latin Capital Letter Thorn

Latin Capital Letter Thorn JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-capital-letter-thorn').textContent = 'Þ';
2. Unicode Escape for Þ:
document.querySelector('.latin-capital-letter-thorn').textContent = '\u00DE';
Preview: Þ