HTML Entity/SymbolŪ(LATIN CAPITAL LETTER U WITH MACRON )

Ū
Copy this symbol

LATIN CAPITAL LETTER U WITH MACRON

Click on any of the following code values to copy to clipboard.

Ū
Ū
U+0016A
\016a
Ū

HTML Examples

Using HTML Code value in HTML file

<span> &#362; </span>

Using HTML Entity value in HTML file

<span> &Umacr; </span>

CSS Example

Using CSS content code of the HTML entity &Umacr; to specify in a CSS file

span { 
    content: "\016a";
}
All HTML Symbols