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