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>𝔚</span> HEX Code:
<span>𝔚</span> Add with CSS
.mathematical-fraktur-capital-w::before {
content: '\\1D51A';
} Set it in JavaScript
document.querySelector('.mathematical-fraktur-capital-w').textContent = '๐';