Latin Subscript Small Letter S

Shortcodes

Copy and paste codes for Latin Subscript Small Letter S symbol ₛ to use in your websites, apps, blogs, and more.

Unicode
U+209B
HTML Code
ₛ
HEX Code
ₛ
CSS Code
\209B
JS/JSON
\u209B
Unix/C/PHP/JAVA
0x209B
URL-encode
%E2%82%9B
copied

Customize Latin Subscript Small Letter S Symbol

Customize ₛ symbol as you like and download Latin Subscript Small Letter S 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 Subscript Small Letter S symbol in HTML, CSS, and JS?

Insert ₛ Latin Subscript Small Letter S using HTML

1. Copy-paste Latin Subscript Small Letter S directly:
<span>ₛ</span>
2. HTML Decimal Code:
<span>&#8347;</span>
3. Hexadecimal Code:
<span>&#x209B;</span>
Preview:

Add Latin Subscript Small Letter S symbol with CSS

.latin-subscript-small-letter-s::before {
    content: '\\209B';
}
Preview: Latin Subscript Small Letter S

Latin Subscript Small Letter S JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-subscript-small-letter-s').textContent = 'ₛ';
2. Unicode Escape for ₛ:
document.querySelector('.latin-subscript-small-letter-s').textContent = '\u209B';
Preview: