HTML Entity/Symbolß(LATIN SMALL LETTER SHARP S )

ß
Copy this symbol

LATIN SMALL LETTER SHARP S

Click on any of the following code values to copy to clipboard.

ß
ß
U+000DF
\00df
ß

HTML Examples

Using HTML Code value in HTML file

<span> &#223; </span>

Using HTML Entity value in HTML file

<span> &szlig; </span>

CSS Example

Using CSS content code of the HTML entity &szlig; to specify in a CSS file

span { 
    content: "\00df";
}
All HTML Symbols