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>&#120038;</span>
HEX Code:
<span>&#x1D4E6;</span>

Add with CSS

.mathematical-bold-script-capital-w::before {
  content: '\\1D4E6';
}

Set it in JavaScript

document.querySelector('.mathematical-bold-script-capital-w').textContent = '๐“ฆ';
copied