Latin Small Letter Long S

ſ

Shortcodes

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

Unicode
U+017F
HTML Code
ſ
HEX Code
ſ
CSS Code
\17F
JS/JSON
\u017F
Unix/C/PHP/JAVA
0x17F
URL-encode
%C5%BF
copied

Customize Latin Small Letter Long S Symbol

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

Insert ſ Latin Small Letter Long S using HTML

1. Copy-paste Latin Small Letter Long S directly:
<span>ſ</span>
2. HTML Decimal Code:
<span>&#383;</span>
3. Hexadecimal Code:
<span>&#x017F;</span>
Preview: ſ

Add Latin Small Letter Long S symbol with CSS

.latin-small-letter-long-s::before {
    content: '\\17F';
}
Preview: Latin Small Letter Long S

Latin Small Letter Long S JavaScript Code

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