Latin Small Letter U With Horn

ư

Shortcodes

Copy useful codes for latin small letter u with horn symbol ư to use in websites, apps, blogs, and docs.

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

Customize Latin Small Letter U With Horn

Customize ư, download it as SVG or PNG, or copy the generated HTML snippet.

ư
  

How to use Latin Small Letter U With Horn Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>ư</span>
HTML Code:
<span>&#432;</span>
HEX Code:
<span>&#x01B0;</span>

Add with CSS

.latin-small-letter-u-with-horn::before {
  content: '\\01B0';
}

Set it in JavaScript

document.querySelector('.latin-small-letter-u-with-horn').textContent = 'ư';
copied