Fullwidth Latin Capital Letter S

Shortcodes

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

Unicode
U+FF33
HTML Code
S
HEX Code
S
CSS Code
\FF33
JS/JSON
\uFF33
Unix/C/PHP/JAVA
0xFF33
URL-encode
%EF%BC%B3
copied

Customize Fullwidth Latin Capital Letter S Symbol

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

Insert S Fullwidth Latin Capital Letter S using HTML

1. Copy-paste Fullwidth Latin Capital Letter S directly:
<span>S</span>
2. HTML Decimal Code:
<span>&#65331;</span>
3. Hexadecimal Code:
<span>&#xFF33;</span>
Preview:

Add Fullwidth Latin Capital Letter S symbol with CSS

.fullwidth-latin-capital-letter-s::before {
    content: '\\FF33';
}
Preview: Fullwidth Latin Capital Letter S

Fullwidth Latin Capital Letter S JavaScript Code

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