HTML Entity/SymbolŠ(LATIN CAPITAL LETTER S WITH CARON )

Š
Copy this symbol

LATIN CAPITAL LETTER S WITH CARON

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

Š
Š
U+00160
\0160
Š

HTML Examples

Using HTML Code value in HTML file

<span> &#352; </span>

Using HTML Entity value in HTML file

<span> &Scaron; </span>

CSS Example

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

span { 
    content: "\0160";
}
All HTML Symbols