Upside Down W

Unicode Name: LATIN SMALL LETTER TURNED W

ʍ

Shortcodes

Copy and paste codes for Upside Down W symbol ʍ to use in your websites, apps, blogs, and more.

Unicode
U+028D
HTML Code
ʍ
HEX Code
ʍ
CSS Code
\28D
JS/JSON
\u028D
Unix/C/PHP/JAVA
0x28D
URL-encode
%CA%8D
copied

Customize Upside Down W Symbol

Customize ʍ symbol as you like and download Upside Down 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 Upside Down W symbol in HTML, CSS, and JS?

Insert ʍ Upside Down W using HTML

1. Copy-paste Upside Down W directly:
<span>ʍ</span>
2. HTML Decimal Code:
<span>&#653;</span>
3. Hexadecimal Code:
<span>&#x028D;</span>
Preview: ʍ

Add Upside Down W symbol with CSS

.upside-down-w::before {
    content: '\\28D';
}
Preview: Upside Down W

Upside Down W JavaScript Code

1. Direct Symbol:
document.querySelector('.upside-down-w').textContent = 'ʍ';
2. Unicode Escape for ʍ:
document.querySelector('.upside-down-w').textContent = '\u028D';
Preview: ʍ