Mathematical Fraktur Small W
๐ด
Shortcodes
Copy useful codes for mathematical fraktur small w symbol ๐ด to use in websites, apps, blogs, and docs.
Unicode
U+1D534 HTML Code
𝔴 HEX Code
𝔴 CSS Code
\1D534 JS/JSON
\u1D534 Unix/C/PHP/JAVA
0x1D534 URL-encode
%F0%9D%94%B4 Customize Mathematical Fraktur Small W
Customize ๐ด, download it as SVG or PNG, or copy the generated HTML snippet.
๐ด
How to use Mathematical Fraktur Small 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-small-w::before {
content: '\\1D534';
} Set it in JavaScript
document.querySelector('.mathematical-fraktur-small-w').textContent = '๐ด';