Latin Small Letter U With Horn

ư

Shortcodes

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

Unicode
U+01B0
HTML Code
ư
HEX Code
ư
CSS Code
\1B0
JS/JSON
\u01B0
Unix/C/PHP/JAVA
0x1B0
URL-encode
%C6%B0
copied

Customize Latin Small Letter U With Horn Symbol

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

Insert ư Latin Small Letter U With Horn using HTML

1. Copy-paste Latin Small Letter U With Horn directly:
<span>ư</span>
2. HTML Decimal Code:
<span>&#432;</span>
3. Hexadecimal Code:
<span>&#x01B0;</span>
Preview: ư

Add Latin Small Letter U With Horn symbol with CSS

.latin-small-letter-u-with-horn::before {
    content: '\\1B0';
}
Preview: Latin Small Letter U With Horn

Latin Small Letter U With Horn JavaScript Code

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