Fullwidth Latin Small Letter S

Shortcodes

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

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
copied

Customize Fullwidth Latin Small Letter S Symbol

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

Insert s Fullwidth Latin Small Letter S using HTML

1. Copy-paste Fullwidth Latin Small Letter S directly:
<span>s</span>
2. HTML Decimal Code:
<span>&#65363;</span>
3. Hexadecimal Code:
<span>&#xFF53;</span>
Preview:

Add Fullwidth Latin Small Letter S symbol with CSS

.fullwidth-latin-small-letter-s::before {
    content: '\\FF53';
}
Preview: Fullwidth Latin Small Letter S

Fullwidth Latin Small Letter S JavaScript Code

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