Fullwidth Latin Small Letter S
s
Shortcodes
Copy useful codes for fullwidth latin small letter s symbol s to use in websites, apps, blogs, and docs.
Unicode
U+FF53 HTML Code
s HEX Code
s CSS Code
\FF53 JS/JSON
\uFF53 Unix/C/PHP/JAVA
0xFF53 URL-encode
%EF%BD%93 Customize Fullwidth Latin Small Letter S
Customize s, download it as SVG or PNG, or copy the generated HTML snippet.
s
How to use Fullwidth Latin Small Letter S Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>s</span> HTML Code:
<span>s</span> HEX Code:
<span>s</span> Add with CSS
.fullwidth-latin-small-letter-s::before {
content: '\\FF53';
} Set it in JavaScript
document.querySelector('.fullwidth-latin-small-letter-s').textContent = 's';