Modifier Letter Small W

ʷ

Shortcodes

Copy and paste codes for Modifier Letter Small W symbol ʷ to use in your websites, apps, blogs, and more.

Unicode
U+02B7
HTML Code
ʷ
HEX Code
ʷ
CSS Code
\2B7
JS/JSON
\u02B7
Unix/C/PHP/JAVA
0x2B7
URL-encode
%CA%B7
copied

Customize Modifier Letter Small W Symbol

Customize ʷ symbol as you like and download Modifier Letter Small W as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
ʷ
 

How to add Modifier Letter Small W symbol in HTML, CSS, and JS?

Insert ʷ Modifier Letter Small W using HTML

1. Copy-paste Modifier Letter Small W directly:
<span>ʷ</span>
2. HTML Decimal Code:
<span>&#695;</span>
3. Hexadecimal Code:
<span>&#x02B7;</span>
Preview: ʷ

Add Modifier Letter Small W symbol with CSS

.modifier-letter-small-w::before {
    content: '\\2B7';
}
Preview: Modifier Letter Small W

Modifier Letter Small W JavaScript Code

1. Direct Symbol:
document.querySelector('.modifier-letter-small-w').textContent = 'ʷ';
2. Unicode Escape for ʷ:
document.querySelector('.modifier-letter-small-w').textContent = '\u02B7';
Preview: ʷ