Latin Capital Letter S With Cedilla

Ş

Shortcodes

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

Unicode
U+015E
HTML Code
Ş
HEX Code
Ş
CSS Code
\15E
JS/JSON
\u015E
Unix/C/PHP/JAVA
0x15E
URL-encode
%C5%9E
copied

Customize Latin Capital Letter S With Cedilla Symbol

Customize Ş symbol as you like and download Latin Capital Letter S With Cedilla 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 Cedilla symbol in HTML, CSS, and JS?

Insert Ş Latin Capital Letter S With Cedilla using HTML

1. Copy-paste Latin Capital Letter S With Cedilla directly:
<span>Ş</span>
2. HTML Decimal Code:
<span>&#350;</span>
3. Hexadecimal Code:
<span>&#x015E;</span>
Preview: Ş

Add Latin Capital Letter S With Cedilla symbol with CSS

.latin-capital-letter-s-with-cedilla::before {
    content: '\\15E';
}
Preview: Latin Capital Letter S With Cedilla

Latin Capital Letter S With Cedilla JavaScript Code

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