Uppercase U Diaeresis Macron (Ǖ) is the Latin Extended-B character at Unicode U+01D5 (LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON). HTML5 has no named entity — use hex or decimal. Use it for Hanyu Pinyin first-tone ü in capitals and other Latin-script text that needs Ǖ.
Remember
Character Ǖ
Unicode U+01D5
Named entity (none)
Hex entity Ǖ
Decimal Ǖ
CSS escape \01D5
Not the same ǖ · Ü · Ū · Ǜ
Use U+01D5 instead of stacking combining marks on U or Ü when the precomposed form is available.
CSS vs HTML
Do not mix escapes
\01D5 belongs in CSS strings. Ǖ / Ǖ belong in HTML.
Compatibility
Browser Support
Uppercase U Diaeresis Macron (U+01D5) and its entity forms (Ǖ, Ǖ, CSS \\01D5) are supported in all mainstream browsers when the page is UTF-8 and the font covers Latin Extended-B.
✓ Universal support
Uppercase U Diaeresis Macron (Ǖ)
Encode with hex, decimal, CSS escape, or type the character — same Unicode code point everywhere. No named entity.
100%Browser coverage
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerAll versions
Yes
U+01D5Full support
Bottom line: Prefer Ǖ in HTML text. Use Ǖ as an equivalent, and \\01D5 only inside CSS content. Glyph display depends on font coverage.
Remember
Key Takeaways
Unicode: this letter is U+01D5 (decimal 469) — glyph Ǖ.
HTML: prefer Ǖ — also Ǖ. No named entity.
CSS: use \01D5 inside content for generated text.
Watch out: Ǖ ≠ Ü ≠ Ū ≠ Ǜ ≠ ǖ.
One line:U+01D5 → Ǖ / Ǖ / CSS \01D5 (no named entity).
Frequently Asked Questions
Use Ǖ (hex), Ǖ (decimal), type Ǖ directly in UTF-8, or the CSS escape \01D5 in the content property. There is no named HTML entity. Prefer Ǖ for readable markup.
U+01D5 (LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON). Hex 01D5, decimal 469. It belongs to Latin Extended-B (U+0180–U+024F).
No. HTML5 does not define a named form. Use numeric references Ǖ or Ǖ, or type Ǖ in UTF-8.
U+01D5 combines diaeresis and macron on capital U. U+00DC (Ü) has only diaeresis. U+016A (Ū) has only macron. U+01DB has diaeresis+grave.
Use it for Hanyu Pinyin first-tone ü in all-caps or title case, and other Latin-script text that needs capital U with diaeresis and macron.
HTML entities (Ǖ or Ǖ) go in markup. The CSS escape \01D5 is used in stylesheets (usually in the content property of ::before/::after). Prefer four hex digits in CSS.
🤔
Did you know?
Uppercase U Diaeresis Macron is Unicode U+01D5 (decimal 469) — glyph Ǖ (LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON) in Latin Extended-B. HTML5 has no named entity — use Ǖ or Ǖ. Prefer it for Hanyu Pinyin first-tone ü (capitalized). Do not confuse it with lowercase U+01D6 (ǖ), plain Ü (Ü), plain Ū (Ū), or diaeresis+grave (U+01DB).