Latin Small Letter U With Macron

ū

Shortcodes

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

Unicode
U+016B
HTML Code
ū
HEX Code
ū
CSS Code
\16B
JS/JSON
\u016B
Unix/C/PHP/JAVA
0x16B
URL-encode
%C5%AB
copied

Customize Latin Small Letter U With Macron Symbol

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

Insert ū Latin Small Letter U With Macron using HTML

1. Copy-paste Latin Small Letter U With Macron directly:
<span>ū</span>
2. HTML Decimal Code:
<span>&#363;</span>
3. Hexadecimal Code:
<span>&#x016B;</span>
Preview: ū

Add Latin Small Letter U With Macron symbol with CSS

.latin-small-letter-u-with-macron::before {
    content: '\\16B';
}
Preview: Latin Small Letter U With Macron

Latin Small Letter U With Macron JavaScript Code

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