ð

Technical information

Symbolð
NameLatin small letter eth
Unicode numberU+00F0
CategoryLatin-1 Supplement7. Letters
DescriptionThe Unicode character ð, or U+00F0, is known as the "Latin Small Letter Eth". It belongs to the "Latin-1 Supplement" block and falls under the "Letter, Lowercase" category in the Unicode standard. This character is a letter in the Latin alphabet, specifically a small letter 'eth'. It is used in Old English, Middle English, Faroese, and Icelandic, representing a voiced dental fricative similar to the 'th' sound in English 'then'. In the International Phonetic Alphabet (IPA), it is used to represent the same sound. The specific appearance and usage of this character can depend on the system and application it's being used in.

Encoding

HTML Entityð
HTML Entity (hex)ð
HTML Entity (named)ð
URL Escape Code%C3%B0
UTF-8 (hex)0xC3 0xB0
UTF-8 (binary)1100001110110000
UTF-160x00F0
UTF-320x000000F0

Source Code

C, C++, and Java"\u00F0"
CSS Code\00F0
JavaScript"\u00F0"
Perl\x{00F0}
Python 2u"\u00F0"
Python 3\u00F0
Ruby\u{00F0}

Preview

This Unicode character looks like this ð in sentence and in bold like this ð and in italic like this ð.

Font size:

ð
12px
ð
16px
ð
20px
ð
28px
ð
36px
ð
48px
ð
72px

CSS Property: font-weight

ð
100
ð
200
ð
300
ð
400
ð
500
ð
600
ð
700
ð
800
ð
900

HTML Forms and Input

input
disabled input
ð
input-group
select
button
button

Code examples in HTML and CSS

<span>&#240;</span>

            
span {
    content: "\00F0";
}

The symbol in different fonts

ð
-apple-system
ð
Apple Color Emoji
ð
Arial
ð
BlinkMacSystemFont
ð
Courier New
ð
Georgia
ð
Droid Sans
ð
Helvetica
ð
Noto Sans
ð
Oxygen
ð
Roboto
ð
"Segoe UI"
ð
sans-serif
ð
Segoe UI Emoji
ð
Segoe UI Symbol
ð
system-ui
ð
Times New Roman
ð
Ubuntu
ð
Verdana

References