Mathematical Bold Script Capital W

๐“ฆ

Shortcodes

Copy and paste codes for Mathematical Bold Script Capital W symbol ๐“ฆ to use in your websites, apps, blogs, and more.

Unicode
U+1D4E6
HTML Code
𝓦
HEX Code
𝓦
CSS Code
\1D4E6
JS/JSON
\u1D4E6
Unix/C/PHP/JAVA
0x1D4E6
URL-encode
%F0%9D%93%A6
copied

Customize Mathematical Bold Script Capital W Symbol

Customize ๐“ฆ symbol as you like and download Mathematical Bold Script Capital W as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
๐“ฆ

                        
                    

How to add Mathematical Bold Script Capital W symbol in HTML, CSS, and JS?

Insert ๐“ฆ Mathematical Bold Script Capital W using HTML

1. Copy-paste Mathematical Bold Script Capital W directly:
<span>๐“ฆ</span>
2. HTML Decimal Code:
<span>&#120038;</span>
3. Hexadecimal Code:
<span>&#x1D4E6;</span>
Preview: ๐“ฆ

Add Mathematical Bold Script Capital W symbol with CSS

.mathematical-bold-script-capital-w::before {
    content: '\\1D4E6';
}
Preview: Mathematical Bold Script Capital W

Mathematical Bold Script Capital W JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-bold-script-capital-w').textContent = '๐“ฆ';
2. Unicode Escape for ๐“ฆ:
document.querySelector('.mathematical-bold-script-capital-w').textContent = '\u1D4E6';
Preview: ๐“ฆ