Mathematical Script Capital S
๐ฎ
Shortcodes
Copy useful codes for mathematical script capital s symbol ๐ฎ to use in websites, apps, blogs, and docs.
Unicode
U+1D4AE HTML Code
𝒮 HEX Code
𝒮 CSS Code
\1D4AE JS/JSON
\u1D4AE Unix/C/PHP/JAVA
0x1D4AE URL-encode
%F0%9D%92%AE Customize Mathematical Script Capital S
Customize ๐ฎ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฎ
How to use Mathematical Script Capital S Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>๐ฎ</span> HTML Code:
<span>𝒮</span> HEX Code:
<span>𝒮</span> Add with CSS
.mathematical-script-capital-s::before {
content: '\\1D4AE';
} Set it in JavaScript
document.querySelector('.mathematical-script-capital-s').textContent = '๐ฎ';