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