HTML Entity/Symbolš(LATIN SMALL LETTER S WITH CARON )

š
Copy this symbol

LATIN SMALL LETTER S WITH CARON

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

š
š
U+00161
\0161
š

HTML Examples

Using HTML Code value in HTML file

<span> &#353; </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: "\0161";
}
All HTML Symbols