Mathematical Script Small S

๐“ˆ

Shortcodes

Copy and paste codes for Mathematical Script Small S symbol ๐“ˆ to use in your websites, apps, blogs, and more.

Unicode
U+1D4C8
HTML Code
𝓈
HEX Code
𝓈
CSS Code
\1D4C8
JS/JSON
\u1D4C8
Unix/C/PHP/JAVA
0x1D4C8
URL-encode
%F0%9D%93%88
copied

Customize Mathematical Script Small S Symbol

Customize ๐“ˆ symbol as you like and download Mathematical Script Small 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 Mathematical Script Small S symbol in HTML, CSS, and JS?

Insert ๐“ˆ Mathematical Script Small S using HTML

1. Copy-paste Mathematical Script Small S directly:
<span>๐“ˆ</span>
2. HTML Decimal Code:
<span>&#120008;</span>
3. Hexadecimal Code:
<span>&#x1D4C8;</span>
Preview: ๐“ˆ

Add Mathematical Script Small S symbol with CSS

.mathematical-script-small-s::before {
    content: '\\1D4C8';
}
Preview: Mathematical Script Small S

Mathematical Script Small S JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-script-small-s').textContent = '๐“ˆ';
2. Unicode Escape for ๐“ˆ:
document.querySelector('.mathematical-script-small-s').textContent = '\u1D4C8';
Preview: ๐“ˆ