Latin Subscript Small Letter U

Shortcodes

Copy and paste codes for Latin Subscript Small Letter U symbol ᵤ to use in your websites, apps, blogs, and more.

Unicode
U+1D64
HTML Code
ᵤ
HEX Code
ᵤ
CSS Code
\1D64
JS/JSON
\u1D64
Unix/C/PHP/JAVA
0x1D64
URL-encode
%E1%B5%A4
copied

Customize Latin Subscript Small Letter U Symbol

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

Insert ᵤ Latin Subscript Small Letter U using HTML

1. Copy-paste Latin Subscript Small Letter U directly:
<span>ᵤ</span>
2. HTML Decimal Code:
<span>&#7524;</span>
3. Hexadecimal Code:
<span>&#x1D64;</span>
Preview:

Add Latin Subscript Small Letter U symbol with CSS

.latin-subscript-small-letter-u::before {
    content: '\\1D64';
}
Preview: Latin Subscript Small Letter U

Latin Subscript Small Letter U JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-subscript-small-letter-u').textContent = 'ᵤ';
2. Unicode Escape for ᵤ:
document.querySelector('.latin-subscript-small-letter-u').textContent = '\u1D64';
Preview: