Mathematical Fraktur Capital S

๐”–

Shortcodes

Copy useful codes for mathematical fraktur capital s symbol ๐”– to use in websites, apps, blogs, and docs.

Unicode
U+1D516
HTML Code
𝔖
HEX Code
𝔖
CSS Code
\1D516
JS/JSON
\u1D516
Unix/C/PHP/JAVA
0x1D516
URL-encode
%F0%9D%94%96

Customize Mathematical Fraktur Capital S

Customize ๐”–, download it as SVG or PNG, or copy the generated HTML snippet.

๐”–
  

How to use Mathematical Fraktur Capital S Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐”–</span>
HTML Code:
<span>&#120086;</span>
HEX Code:
<span>&#x1D516;</span>

Add with CSS

.mathematical-fraktur-capital-s::before {
  content: '\\1D516';
}

Set it in JavaScript

document.querySelector('.mathematical-fraktur-capital-s').textContent = '๐”–';
copied