Mathematical Bold Script Capital W
๐ฆ
Shortcodes
Copy useful codes for mathematical bold script capital w symbol ๐ฆ to use in websites, apps, blogs, and docs.
Unicode
U+1D4E6 HTML Code
𝓦 HEX Code
𝓦 CSS Code
\1D4E6 JS/JSON
\u1D4E6 Unix/C/PHP/JAVA
0x1D4E6 URL-encode
%F0%9D%93%A6 Customize Mathematical Bold Script Capital W
Customize ๐ฆ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฆ
How to use Mathematical Bold Script Capital 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-bold-script-capital-w::before {
content: '\\1D4E6';
} Set it in JavaScript
document.querySelector('.mathematical-bold-script-capital-w').textContent = '๐ฆ';