Latin Small Letter U With Breve

ŭ

Shortcodes

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

Unicode
U+016D
HTML Code
ŭ
HEX Code
ŭ
CSS Code
\16D
JS/JSON
\u016D
Unix/C/PHP/JAVA
0x16D
URL-encode
%C5%AD
copied

Customize Latin Small Letter U With Breve Symbol

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

Insert ŭ Latin Small Letter U With Breve using HTML

1. Copy-paste Latin Small Letter U With Breve directly:
<span>ŭ</span>
2. HTML Decimal Code:
<span>&#365;</span>
3. Hexadecimal Code:
<span>&#x016D;</span>
Preview: ŭ

Add Latin Small Letter U With Breve symbol with CSS

.latin-small-letter-u-with-breve::before {
    content: '\\16D';
}
Preview: Latin Small Letter U With Breve

Latin Small Letter U With Breve JavaScript Code

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