Latin Small Letter U With Caron

ǔ

Shortcodes

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

Unicode
U+01D4
HTML Code
ǔ
HEX Code
ǔ
CSS Code
\1D4
JS/JSON
\u01D4
Unix/C/PHP/JAVA
0x1D4
URL-encode
%C7%94
copied

Customize Latin Small Letter U With Caron Symbol

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

Insert ǔ Latin Small Letter U With Caron using HTML

1. Copy-paste Latin Small Letter U With Caron directly:
<span>ǔ</span>
2. HTML Decimal Code:
<span>&#468;</span>
3. Hexadecimal Code:
<span>&#x01D4;</span>
Preview: ǔ

Add Latin Small Letter U With Caron symbol with CSS

.latin-small-letter-u-with-caron::before {
    content: '\\1D4';
}
Preview: Latin Small Letter U With Caron

Latin Small Letter U With Caron JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-u-with-caron').textContent = 'ǔ';
2. Unicode Escape for ǔ:
document.querySelector('.latin-small-letter-u-with-caron').textContent = '\u01D4';
Preview: ǔ