ß

Technical information

Symbolß
NameLatin small letter sharp s
Unicode numberU+00DF
CategoryLatin-1 Supplement7. Letters
DescriptionThe Unicode character ß, or U+00DF, is known as the "Latin Small Letter Sharp S". This character is part of the "Latin-1 Supplement" block and is categorized as "Letter, Lowercase". Visually, it appears as a letter resembling a lowercase 'b' or 'β'. The sharp S is a unique letter used in the German language. It represents a voiceless s sound, as in 'Straße' (street) and 'groß' (large). Despite its distinctive look, it doesn't have an uppercase form. Instead, it's often capitalized as 'SS' in uppercase or capitalized contexts.

Encoding

HTML Entityß
HTML Entity (hex)ß
HTML Entity (named)ß
URL Escape Code%C3%9F
UTF-8 (hex)0xC3 0x9F
UTF-8 (binary)1100001110011111
UTF-160x00DF
UTF-320x000000DF

Source Code

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

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>&#223;</span>

            
span {
    content: "\00DF";
}

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