Uppercase U macron (Ū) is the Unicode character at U+016A in Latin Extended-A. Official name: LATIN CAPITAL LETTER U WITH MACRON — a capital U with a horizontal bar above, often marking a long vowel (as in Latvian or Māori).
Remember
Character Ū
Unicode U+016A
Named entity Ū (capital U)
Hex entity Ū
Decimal Ū
CSS escape \016A
Not the same ū · Ŭ · U
Prefer Ū in HTML markup — the capital U in the name matters. Numeric forms and typing Ū in UTF-8 also work. For the lowercase letter, use ū (ū).
Ŭ (Ŭ) has a breve (˘). Macron Ū and breve Ŭ are different marks.
vs Ǖ
Not diaeresis + macron
Ǖ is U with both diaeresis and macron. Ū has the macron only — do not swap them.
Encoding
Keep UTF-8 declared
Latin Extended-A letters display reliably with <meta charset="UTF-8">. Prefer named entities when the source file encoding is uncertain.
CSS vs HTML
Do not mix escapes
\016A belongs in CSS strings. Ū / Ū / Ū belong in HTML.
A11y
Use real language context
When Ū appears in Latvian or Māori words, keep surrounding text and lang accurate (for example lv) so screen readers get useful context.
Compatibility
Browser Support
Uppercase U macron (U+016A) and its entity forms (Ū, Ū, Ū, CSS \\016A) are supported in all mainstream browsers. Latin Extended-A glyphs are widely available in system fonts.
✓ Universal support
Uppercase U Macron (Ū)
Encode with named, hex, decimal, CSS escape, or type the character — same code point everywhere encoding is supported.
100%Browser coverage
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerIE 9+
Yes
U+016A / ŪFull support
Bottom line: Prefer Ū (capital U) in HTML. Use \\016A only inside CSS content. Do not confuse with ū (ū), breve Ŭ, or Ǖ.
Remember
Key Takeaways
Unicode: uppercase U macron is U+016A (decimal 362) — glyph Ū.
HTML: prefer Ū (capital U) — also Ū / Ū.
CSS: use \016A inside content for generated text.
Meaning:Ū is capital macron — not ū (ū), not Ŭ (breve), not plain U.
Use Ū (named), Ū (hex), Ū (decimal), type Ū directly in UTF-8, or the CSS escape \016A in content. Prefer Ū in normal HTML.
U+016A (LATIN CAPITAL LETTER U WITH MACRON). Hex 16A, decimal 362. It belongs to Latin Extended-A (U+0100–U+017F).
Yes. Use Ū (capital U). Numeric forms Ū and Ū also work. Note: ū (lowercase) is a different letter (ū).
No. Ū is U+016A (Ū, capital macron). ū is U+016B (ū). Ŭ is U+016C (Ŭ, breve).
Use it for Latvian, Māori, and other orthographies that need long Ū — not as a substitute for Ŭ or plain U.
HTML entities (Ū, Ū, or Ū) go in markup. The CSS escape \016A goes in stylesheet strings (usually content on ::before/::after).
🤔
Did you know?
Uppercase U macron is Unicode U+016A (decimal 362) — glyph Ū in Latin Extended-A (U+0100–U+017F). HTML5 names it Ū (capital U). Official name: LATIN CAPITAL LETTER U WITH MACRON. Lowercase is ū (ū, U+016B). Common in Latvian, Māori, and linguistic length marking. Do not confuse with breve Ŭ (Ŭ) or U with diaeresis and macron Ǖ (U+01D5).