Latin Small Letter Eth Letter
ð is the Latin small letter eth (U+00F0), used in languages and names that use this character.
U+00F0
The symbol ð is known as the Latin small letter eth. It has a single Unicode code point (U+00F0), which makes it reliable for copy/paste. Use it in text, design, and code wherever the character is required.
Latin Small Letter Eth Letter Meaning
ð (Latin small letter eth) is a letter used in certain languages that require a character distinct from the usual “d” or “th” sounds. In practice, it often appears in proper names, place names, and everyday words written in those orthographies. Because it is a distinct Unicode character (U+00F0), it’s important not to substitute visually similar letters like “d” or “ð” from other alphabets. When used in web or software text, using the correct code point helps avoid missing-glyph issues and ensures consistent rendering across platforms.
Common uses
- •Typing words in languages that use the letter eth (ð)
- •Writing or correcting proper names and place names containing ð
- •Adding accurate characters in subtitles, captions, and transcripts
- •Using ð in web content where Unicode accuracy matters
- •Designing logos or typography samples that must match the exact character
Examples
ð – Latin Small Letter Eth
- ðIcelandic: ðingvellir
- ðProper name: Guðrún ðóttir
- ðPlace name: Þórshöfn (contains ð elsewhere in related spellings)
- ðText with eth: aðal-ðala rules
- ðBrand spelling: birðal store name
Variations
Technical codes
| Unicode | U+00F0 | |
| HTML Entity | ð | |
| HTML Code | ð | |
| CSS | \00F0 |
FAQ
What does the Latin Small Letter Eth letter mean?
ð (Latin small letter eth) is a letter used in certain languages that require a character distinct from the usual “d” or “th” sounds. In practice, it often appears in proper names, place names, and everyday words written in those orthographies. Because it is a distinct Unicode character (U+00F0), it’s important not to substitute visually similar letters like “d” or “ð” from other alphabets. When used in web or software text, using the correct code point helps avoid missing-glyph issues and ensures consistent rendering across platforms.
What Unicode character is ð?
ð is the Unicode character LATIN SMALL LETTER ETH with code point U+00F0.
How do I copy ð reliably for websites and documents?
Copy the character directly as “ð”, or use its HTML entity ð or the Unicode code point U+00F0.
Is ð the same as letter “d”?
No. ð is a distinct character (LATIN SMALL LETTER ETH) and should not be replaced with “d” if you need the exact spelling.
What code can I use to represent ð in software?
Use HTML: ð or JavaScript: \\u{00F0}, matching the character’s code point.