Mathematical Script Small W

๐“Œ

Shortcodes

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

Unicode
U+1D4CC
HTML Code
𝓌
HEX Code
𝓌
CSS Code
\1D4CC
JS/JSON
\u1D4CC
Unix/C/PHP/JAVA
0x1D4CC
URL-encode
%F0%9D%93%8C
copied

Customize Mathematical Script Small W Symbol

Customize ๐“Œ symbol as you like and download Mathematical Script 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 Script Small W symbol in HTML, CSS, and JS?

Insert ๐“Œ Mathematical Script Small W using HTML

1. Copy-paste Mathematical Script Small W directly:
<span>๐“Œ</span>
2. HTML Decimal Code:
<span>&#120012;</span>
3. Hexadecimal Code:
<span>&#x1D4CC;</span>
Preview: ๐“Œ

Add Mathematical Script Small W symbol with CSS

.mathematical-script-small-w::before {
    content: '\\1D4CC';
}
Preview: Mathematical Script Small W

Mathematical Script Small W JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-script-small-w').textContent = '๐“Œ';
2. Unicode Escape for ๐“Œ:
document.querySelector('.mathematical-script-small-w').textContent = '\u1D4CC';
Preview: ๐“Œ