Mathematical Fraktur Capital W

๐”š

Shortcodes

Copy useful codes for mathematical fraktur capital w symbol ๐”š to use in websites, apps, blogs, and docs.

Unicode
U+1D51A
HTML Code
𝔚
HEX Code
𝔚
CSS Code
\1D51A
JS/JSON
\u1D51A
Unix/C/PHP/JAVA
0x1D51A
URL-encode
%F0%9D%94%9A

Customize Mathematical Fraktur Capital W

Customize ๐”š, download it as SVG or PNG, or copy the generated HTML snippet.

๐”š
  

How to use Mathematical Fraktur Capital W Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐”š</span>
HTML Code:
<span>&#120090;</span>
HEX Code:
<span>&#x1D51A;</span>

Add with CSS

.mathematical-fraktur-capital-w::before {
  content: '\\1D51A';
}

Set it in JavaScript

document.querySelector('.mathematical-fraktur-capital-w').textContent = '๐”š';
copied