Modifier Letter Small S

ˢ

Shortcodes

Copy and paste codes for Modifier Letter Small S symbol ˢ to use in your websites, apps, blogs, and more.

Unicode
U+02E2
HTML Code
ˢ
HEX Code
ˢ
CSS Code
\2E2
JS/JSON
\u02E2
Unix/C/PHP/JAVA
0x2E2
URL-encode
%CB%A2
copied

Customize Modifier Letter Small S Symbol

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

Insert ˢ Modifier Letter Small S using HTML

1. Copy-paste Modifier Letter Small S directly:
<span>ˢ</span>
2. HTML Decimal Code:
<span>&#738;</span>
3. Hexadecimal Code:
<span>&#x02E2;</span>
Preview: ˢ

Add Modifier Letter Small S symbol with CSS

.modifier-letter-small-s::before {
    content: '\\2E2';
}
Preview: Modifier Letter Small S

Modifier Letter Small S JavaScript Code

1. Direct Symbol:
document.querySelector('.modifier-letter-small-s').textContent = 'ˢ';
2. Unicode Escape for ˢ:
document.querySelector('.modifier-letter-small-s').textContent = '\u02E2';
Preview: ˢ