Mathematical Bold Fraktur Small W

๐–œ

Shortcodes

Copy and paste codes for Mathematical Bold Fraktur Small W symbol ๐–œ to use in your websites, apps, blogs, and more.

Unicode
U+1D59C
HTML Code
𝖜
HEX Code
𝖜
CSS Code
\1D59C
JS/JSON
\u1D59C
Unix/C/PHP/JAVA
0x1D59C
URL-encode
%F0%9D%96%9C
copied

Customize Mathematical Bold Fraktur Small W Symbol

Customize ๐–œ symbol as you like and download Mathematical Bold Fraktur Small 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 Fraktur Small W symbol in HTML, CSS, and JS?

Insert ๐–œ Mathematical Bold Fraktur Small W using HTML

1. Copy-paste Mathematical Bold Fraktur Small W directly:
<span>๐–œ</span>
2. HTML Decimal Code:
<span>&#120220;</span>
3. Hexadecimal Code:
<span>&#x1D59C;</span>
Preview: ๐–œ

Add Mathematical Bold Fraktur Small W symbol with CSS

.mathematical-bold-fraktur-small-w::before {
    content: '\\1D59C';
}
Preview: Mathematical Bold Fraktur Small W

Mathematical Bold Fraktur Small W JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-bold-fraktur-small-w').textContent = '๐–œ';
2. Unicode Escape for ๐–œ:
document.querySelector('.mathematical-bold-fraktur-small-w').textContent = '\u1D59C';
Preview: ๐–œ