Mathematical Double-struck Small S
๐ค
Shortcodes
Copy useful codes for mathematical double-struck small s symbol ๐ค to use in websites, apps, blogs, and docs.
Unicode
U+1D564 HTML Code
𝕤 HEX Code
𝕤 CSS Code
\1D564 JS/JSON
\u1D564 Unix/C/PHP/JAVA
0x1D564 URL-encode
%F0%9D%95%A4 Customize Mathematical Double-struck Small S
Customize ๐ค, download it as SVG or PNG, or copy the generated HTML snippet.
๐ค
How to use Mathematical Double-struck 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-double-struck-small-s::before {
content: '\\1D564';
} Set it in JavaScript
document.querySelector('.mathematical-double-struck-small-s').textContent = '๐ค';