free-symbols
Þ

Latin Capital Letter Thorn Letter

Þ (Latin Capital Letter Thorn) is a Latin Extended uppercase letter used in certain languages and proper names.

U+00DE

Þ is the uppercase form of the Latin Thorn letter. It’s part of the Latin Extended block and has a dedicated Unicode code point. Use the copy and escape options below in web, design, and writing workflows.

Latin Capital Letter Thorn Letter Meaning

Þ (U+00DE) is the uppercase letter known as “Latin Capital Letter Thorn.” It appears in writing systems and spelling conventions that use the thorn character, most notably in Icelandic and in some older or stylized orthographies. In modern digital text, the character is primarily about correct representation of the intended letter rather than a standalone symbol with a universal meaning. For developers and designers, its value is that it has a specific Unicode identity, so it can be reliably copied and used with matching HTML, CSS, and JavaScript escapes.

Common uses

  • Typing or displaying Icelandic and other texts that require the uppercase thorn letter
  • Using correct capitalization in names, place names, and quotations that contain Þ
  • Typography and design work where language-accurate letterforms matter
  • Programming and localization strings that must preserve Unicode characters exactly
  • Educational materials and documentation showing the thorn character by code point

Examples

Þ — Latin Capital Letter Thorn

  • ÞÞingvellir
  • ÞÞór
  • ÞÞessa dagana
  • ÞFréttir: Þróun
  • ÞÞau sögðu: „Já.“

Variations

Technical codes

UnicodeU+00DE
HTML EntityÞ
HTML CodeÞ
CSS\00DE

FAQ

What does the Latin Capital Letter Thorn letter mean?

Þ (U+00DE) is the uppercase letter known as “Latin Capital Letter Thorn.” It appears in writing systems and spelling conventions that use the thorn character, most notably in Icelandic and in some older or stylized orthographies. In modern digital text, the character is primarily about correct representation of the intended letter rather than a standalone symbol with a universal meaning. For developers and designers, its value is that it has a specific Unicode identity, so it can be reliably copied and used with matching HTML, CSS, and JavaScript escapes.

What Unicode character is Þ?

Þ is LATIN CAPITAL LETTER THORN with Unicode code point U+00DE.

How do I copy Þ for use on a website?

Copy the character itself: Þ. You can also use the HTML entity: Þ.

What CSS escape should I use for Þ?

Use the CSS escape \\00DE.

What JavaScript escape represents Þ?

Use \\u{00DE} in JavaScript.