Mathematical Sans-serif Italic Small S
๐ด
Shortcodes
Copy useful codes for mathematical sans-serif italic small s symbol ๐ด to use in websites, apps, blogs, and docs.
Unicode
U+1D634 HTML Code
𝘴 HEX Code
𝘴 CSS Code
\1D634 JS/JSON
\u1D634 Unix/C/PHP/JAVA
0x1D634 URL-encode
%F0%9D%98%B4 Customize Mathematical Sans-serif Italic Small S
Customize ๐ด, download it as SVG or PNG, or copy the generated HTML snippet.
๐ด
How to use Mathematical Sans-serif Italic 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-sans-serif-italic-small-s::before {
content: '\\1D634';
} Set it in JavaScript
document.querySelector('.mathematical-sans-serif-italic-small-s').textContent = '๐ด';