Modifier Letter Small U

Shortcodes

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

Unicode
U+1D58
HTML Code
ᵘ
HEX Code
ᵘ
CSS Code
\1D58
JS/JSON
\u1D58
Unix/C/PHP/JAVA
0x1D58
URL-encode
%E1%B5%98
copied

Customize Modifier Letter Small U Symbol

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

Insert ᵘ Modifier Letter Small U using HTML

1. Copy-paste Modifier Letter Small U directly:
<span>ᵘ</span>
2. HTML Decimal Code:
<span>&#7512;</span>
3. Hexadecimal Code:
<span>&#x1D58;</span>
Preview:

Add Modifier Letter Small U symbol with CSS

.modifier-letter-small-u::before {
    content: '\\1D58';
}
Preview: Modifier Letter Small U

Modifier Letter Small U JavaScript Code

1. Direct Symbol:
document.querySelector('.modifier-letter-small-u').textContent = 'ᵘ';
2. Unicode Escape for ᵘ:
document.querySelector('.modifier-letter-small-u').textContent = '\u1D58';
Preview: