Latin Letter Small Capital W

Shortcodes

Copy and paste codes for Latin Letter Small Capital W symbol ᴡ to use in your websites, apps, blogs, and more.

Unicode
U+1D21
HTML Code
ᴡ
HEX Code
ᴡ
CSS Code
\1D21
JS/JSON
\u1D21
Unix/C/PHP/JAVA
0x1D21
URL-encode
%E1%B4%A1
copied

Customize Latin Letter Small Capital W Symbol

Customize ᴡ symbol as you like and download Latin Letter Small Capital 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 Latin Letter Small Capital W symbol in HTML, CSS, and JS?

Insert ᴡ Latin Letter Small Capital W using HTML

1. Copy-paste Latin Letter Small Capital W directly:
<span>ᴡ</span>
2. HTML Decimal Code:
<span>&#7457;</span>
3. Hexadecimal Code:
<span>&#x1D21;</span>
Preview:

Add Latin Letter Small Capital W symbol with CSS

.latin-letter-small-capital-w::before {
    content: '\\1D21';
}
Preview: Latin Letter Small Capital W

Latin Letter Small Capital W JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-letter-small-capital-w').textContent = 'ᴡ';
2. Unicode Escape for ᴡ:
document.querySelector('.latin-letter-small-capital-w').textContent = '\u1D21';
Preview: