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>&#120116;</span>
HEX Code:
<span>&#x1D534;</span>

Add with CSS

.mathematical-fraktur-small-w::before {
  content: '\\1D534';
}

Set it in JavaScript

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