Latin Small Letter Thorn

þ

Shortcodes

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

Unicode
U+00FE
Alt Code
254
HTML Code
þ
HTML Entity
þ
HEX Code
þ
CSS Code
\0FE
JS/JSON
\u00FE
Unix/C/PHP/JAVA
0xFE
URL-encode
%C3%BE
copied

Customize Latin Small Letter Thorn Symbol

Customize þ symbol as you like and download Latin Small 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 Small Letter Thorn symbol þ ?

Using Latin Small Letter Thorn Alt Code:

You can type the Latin Small Letter Thorn symbol þ using your keyboard by using the Alt Code for Latin Small 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 254 using the Numpad.
  3. Release the Alt key.

This will make the þ appear on your screen.

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

Insert þ Latin Small Letter Thorn using HTML

1. Copy-paste Latin Small Letter Thorn directly:
<span>þ</span>
2. HTML Decimal Code:
<span>&#254;</span>
3. HTML Entity:
<span>&thorn;</span>
4. Hexadecimal Code:
<span>&#x00FE;</span>
Preview: þ

Add Latin Small Letter Thorn symbol with CSS

.latin-small-letter-thorn::before {
    content: '\\0FE';
}
Preview: Latin Small Letter Thorn

Latin Small Letter Thorn JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-thorn').textContent = 'þ';
2. Unicode Escape for þ:
document.querySelector('.latin-small-letter-thorn').textContent = '\u00FE';
Preview: þ