Latin Capital Letter S With Caron

Š

Shortcodes

Copy and paste codes for Latin Capital Letter S With Caron symbol Š to use in your websites, apps, blogs, and more.

Unicode
U+0160
HTML Code
Š
HTML Entity
Š
HEX Code
Š
CSS Code
\160
JS/JSON
\u0160
Unix/C/PHP/JAVA
0x160
URL-encode
%C5%A0
copied

Customize Latin Capital Letter S With Caron Symbol

Customize Š symbol as you like and download Latin Capital Letter S With Caron as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
Š
 

How to add Latin Capital Letter S With Caron symbol in HTML, CSS, and JS?

Insert Š Latin Capital Letter S With Caron using HTML

1. Copy-paste Latin Capital Letter S With Caron directly:
<span>Š</span>
2. HTML Decimal Code:
<span>&#352;</span>
3. HTML Entity:
<span>&Scaron;</span>
4. Hexadecimal Code:
<span>&#x0160;</span>
Preview: Š

Add Latin Capital Letter S With Caron symbol with CSS

.latin-capital-letter-s-with-caron::before {
    content: '\\160';
}
Preview: Latin Capital Letter S With Caron

Latin Capital Letter S With Caron JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-capital-letter-s-with-caron').textContent = 'Š';
2. Unicode Escape for Š:
document.querySelector('.latin-capital-letter-s-with-caron').textContent = '\u0160';
Preview: Š