Modifier Letter Small W
ʷ
Shortcodes
Copy useful codes for modifier letter small w symbol ʷ to use in websites, apps, blogs, and docs.
Unicode
U+02B7 HTML Code
ʷ HEX Code
ʷ CSS Code
\02B7 JS/JSON
\u02B7 Unix/C/PHP/JAVA
0x2B7 URL-encode
%CA%B7 Customize Modifier Letter Small W
Customize ʷ, download it as SVG or PNG, or copy the generated HTML snippet.
ʷ
How to use Modifier Letter 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
.modifier-letter-small-w::before {
content: '\\02B7';
} Set it in JavaScript
document.querySelector('.modifier-letter-small-w').textContent = 'ʷ';