Mathematical Script Capital W

๐’ฒ

Shortcodes

Copy useful codes for mathematical script capital w symbol ๐’ฒ to use in websites, apps, blogs, and docs.

Unicode
U+1D4B2
HTML Code
𝒲
HEX Code
𝒲
CSS Code
\1D4B2
JS/JSON
\u1D4B2
Unix/C/PHP/JAVA
0x1D4B2
URL-encode
%F0%9D%92%B2

Customize Mathematical Script Capital W

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

๐’ฒ
  

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

Insert in HTML

1. Direct symbol:
<span>๐’ฒ</span>
HTML Code:
<span>&#119986;</span>
HEX Code:
<span>&#x1D4B2;</span>

Add with CSS

.mathematical-script-capital-w::before {
  content: '\\1D4B2';
}

Set it in JavaScript

document.querySelector('.mathematical-script-capital-w').textContent = '๐’ฒ';
copied