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