copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('þ'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
þ
LATIN SMALL LETTER THORN
Overview
þ (LATIN SMALL LETTER THORN) is the Unicode character at code point U+00FE. It belongs to the Latin-1 Supplement block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00FE | |
| decimal | 254 | |
| htmldecimal | þ | |
| htmlhex | þ | |
| css | \00FE | |
| javascript | \u{FE} | |
| python | \u00fe | |
| java | \u00FE | |
| go | \u00FE | |
| ruby | \u{FE} | |
| rust | \u{FE} | |
| ccpp | \u00fe | |
| urlencoded | %C3%BE | |
| utf8bytes | c3 be | |
| utf16bebytes | 00 fe | |
| utf32bebytes | 00 00 00 fe |
How to Use
HTML:
þ
CSS:
content: "\00FE"
JavaScript:
"\u{FE}"
Python:
"\u00fe"
Properties
- Block
- Latin-1 Supplement
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the þ character (LATIN SMALL LETTER THORN)?
þ (LATIN SMALL LETTER THORN) is the Unicode character U+00FE.
What is the Unicode codepoint of LATIN SMALL LETTER THORN?
The LATIN SMALL LETTER THORN character (þ) has codepoint U+00FE.
How do I type or copy LATIN SMALL LETTER THORN?
Copy þ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.