Mathematical Bold Script Small S
๐ผ
Shortcodes
Copy useful codes for mathematical bold script small s symbol ๐ผ to use in websites, apps, blogs, and docs.
Unicode
U+1D4FC HTML Code
𝓼 HEX Code
𝓼 CSS Code
\1D4FC JS/JSON
\u1D4FC Unix/C/PHP/JAVA
0x1D4FC URL-encode
%F0%9D%93%BC Customize Mathematical Bold Script Small S
Customize ๐ผ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ผ
How to use Mathematical Bold Script Small 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-bold-script-small-s::before {
content: '\\1D4FC';
} Set it in JavaScript
document.querySelector('.mathematical-bold-script-small-s').textContent = '๐ผ';