Mathematical Fraktur Small W

๐”ด

Shortcodes

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

Unicode
U+1D534
HTML Code
𝔴
HEX Code
𝔴
CSS Code
\1D534
JS/JSON
\u1D534
Unix/C/PHP/JAVA
0x1D534
URL-encode
%F0%9D%94%B4
copied

Customize Mathematical Fraktur Small W Symbol

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

Insert ๐”ด Mathematical Fraktur Small W using HTML

1. Copy-paste Mathematical Fraktur Small W directly:
<span>๐”ด</span>
2. HTML Decimal Code:
<span>&#120116;</span>
3. Hexadecimal Code:
<span>&#x1D534;</span>
Preview: ๐”ด

Add Mathematical Fraktur Small W symbol with CSS

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

Mathematical Fraktur Small W JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-fraktur-small-w').textContent = '๐”ด';
2. Unicode Escape for ๐”ด:
document.querySelector('.mathematical-fraktur-small-w').textContent = '\u1D534';
Preview: ๐”ด