Latin Small Letter U With Diaeresis And Caron

ǚ

Shortcodes

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

Unicode
U+01DA
HTML Code
ǚ
HEX Code
ǚ
CSS Code
\1DA
JS/JSON
\u01DA
Unix/C/PHP/JAVA
0x1DA
URL-encode
%C7%9A
copied

Customize Latin Small Letter U With Diaeresis And Caron Symbol

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

Insert ǚ Latin Small Letter U With Diaeresis And Caron using HTML

1. Copy-paste Latin Small Letter U With Diaeresis And Caron directly:
<span>ǚ</span>
2. HTML Decimal Code:
<span>&#474;</span>
3. Hexadecimal Code:
<span>&#x01DA;</span>
Preview: ǚ

Add Latin Small Letter U With Diaeresis And Caron symbol with CSS

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

Latin Small Letter U With Diaeresis And Caron JavaScript Code

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