Mathematical Bold Fraktur Capital S
๐พ
Shortcodes
Copy useful codes for mathematical bold fraktur capital s symbol ๐พ to use in websites, apps, blogs, and docs.
Unicode
U+1D57E HTML Code
𝕾 HEX Code
𝕾 CSS Code
\1D57E JS/JSON
\u1D57E Unix/C/PHP/JAVA
0x1D57E URL-encode
%F0%9D%95%BE Customize Mathematical Bold Fraktur Capital S
Customize ๐พ, download it as SVG or PNG, or copy the generated HTML snippet.
๐พ
How to use Mathematical Bold Fraktur Capital 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-fraktur-capital-s::before {
content: '\\1D57E';
} Set it in JavaScript
document.querySelector('.mathematical-bold-fraktur-capital-s').textContent = '๐พ';