Css Styling

Size
ß
15px
ß
18px
ß
21px
ß
24px
ß
27px
ß
30px
ß
33px
ß
36px
ß
42px
ß
48px
ß
54px
ß
60px
ß
66px
ß
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
ß
Bold
ß
Italic
ß
Underline
ß
Strikethrough
ß
UpperCase
ß
LowerCase
ß
Oblique
A ß
Subscript
A ß
Superscript
ß
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
ß
Arial
ß
Times New Roman
ß
Verdana
ß
Courier New
ß
Garamond
ß
Georgia
ß
Trebuchet MS
ß
Tahoma
ß
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
ß
White
ß
Brown
ß
Maroon
ß
Magenta
ß
Red
ß
Orange
ß
Yellow
ß
Green
ß
Teal
ß
Cyan
ß
Blue
ß
Violet
ß
Purple
ß
Indigo
ß
Gray
ß
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
ß
White
ß
Brown
ß
Maroon
ß
Magenta
ß
Red
ß
Orange
ß
Yellow
ß
Green
ß
Teal
ß
Cyan
ß
Blue
ß
Violet
ß
Purple
ß
Indigo
ß
Gray
ß
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Character Traits

Latin 1 Supplement

Code Snippets

Lang Example Copy
HTML <p>&#223;</p>
📋
CSS .selector { content: '\00DF' };
📋
JS var unicodeA = '\u00DF ';
📋
CPP char unicodeA = ' \u00DF ';
📋
Java char unicodeA = '\u00DF';
📋
Python unicodeA = '\u00DF'
📋

What is Unicode character ß?

The Unicode character ß U+00DF is Latin Small Letter Sharp S in the Latin 1 Supplement block.

What is the uppercase equivalent of the Unicode character ß?

The uppercase equivalent of the Unicode character ß is S (U+0053).

What does the Unicode character ß represent?

The Unicode character ß represents Latin Small Letter Sharp S.

What is the Unicode code point for ß?

The Unicode code point for ß is U+00DF.

Is the appearance of the ß character consistent across all platforms?

The appearance of the ß character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Latin Small Letter Sharp S remains consistent.

How can I ensure the ß character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Latin script to correctly render the ß character.

In which version was Unicode character ß released, and to which block of characters does it belong?

Unicode character ß was first introduced in Unicode Version 1.1, and it belongs to the Latin 1 Supplement block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 1.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block Latin 1 Supplement
East Asian Width Ambiguous
General Category Lowercase Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Alphabetic
Numeric Value Not a Number
Script Latin
Sentence Break Lowercase
Word Break MidNumNum
Copied!