HTML Entity for Uppercase U Diaeresis Macron (Ǖ)

Beginner
5 min read
Updated: Sep 2026
1 example
Unicode U+01D5

What Is Uppercase U Diaeresis Macron?

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  ǖ · Ü · Ū · Ǜ

Hex, decimal, CSS, and a typed character all produce the same glyph: Ǖ. Prefer Ǖ or Ǖ in HTML markup. For the lowercase form see lowercase U diaeresis macron; for fourth tone see uppercase U diaeresis grave.

Quick Reference

One table for every form you will actually use.

FormCodeWhere it goes
Named entityNoneUse numeric or type the character
Hex entityǕHTML markup (preferred)
Decimal entityǕHTML markup
CSS escape\01D5Stylesheet content (4 hex digits)
Direct characterǕUTF-8 HTML text
Lowercase pairǖ (U+01D6)No named entity — use ǖ

When to Use Which

SituationUse
Capital U with diaeresis + macronǕ or type Ǖ
Numeric-only markupǕ or Ǖ
Generated text via ::before / ::aftercontent: "\01D5"
Lowercase u with diaeresis + macronUse ǖ (ǖ)
Capital U with diaeresis onlyUse Ü (U+00DC)
Capital U with macron onlyUse Ū (U+016A)
Diaeresis + grave (Pinyin 4th tone)Use Ǜ (Ǜ)

Live Preview

Ǖ in Pinyin context, compared with lowercase and related look-alikes.

Pinyin Case pair: Ǖ / ǖ
Large glyph Ǖ
Hex entity Ǖ → Ǖ
vs look-alikes Ǖ  |  ǖ  |  Ü  |  Ū  |  Ǜ
With entities Hex: Ǖ | Decimal: Ǖ

Complete HTML Example

One page that shows Uppercase U Diaeresis Macron with hex, decimal, CSS escape, and a typed character. Use View Output or open the live editor.

Hex + Decimal + CSS + Typed

Four ways to display Ǖ in HTML and CSS. No named entity exists.

html
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Uppercase U Diaeresis Macron (Ǖ)</title>
  <style>
    #point::after {
      content: "\01D5";
    }
  </style>
</head>
<body>
  <p>Built with Hex: &#x01D5;</p>
  <p>Built with Decimal: &#469;</p>
  <p id="point">Built with CSS: </p>
  <p>Typed: Ǖ</p>
  <p lang="zh-Latn">Case pair: Ǖ / ǖ</p>
</body>
</html>
Try It Yourself

How It Works

1. Hex / decimal: U+01D5 → &#x01D5; or &#469;. The browser turns either into Ǖ.

2. Typed: in a UTF-8 document you can paste Ǖ directly — same glyph, no entity.

3. CSS: use \01D5 in content (four hex digits; not an HTML entity). #point::after appends that Ǖ after the paragraph text.

4. Case pair: lowercase is U+01D6 (ǖ) — see lowercase U diaeresis macron. Neither case has a named entity.

Pitfalls & Tips

Common mistakes when working with Uppercase U Diaeresis Macron.

Named

There is no named entity

HTML5 does not define a name for U+01D5. Use &#x01D5; or &#469;.

Ü

Not plain U umlaut

U+00DC (Ü, &Uuml;) has diaeresis only — no macron. See uppercase U umlaut.

Ū

Not plain U macron

U+016A (Ū, &Umacr;) has macron only — no diaeresis. See uppercase U macron.

Tone

Macron ≠ grave for Pinyin tones

First tone uses macron (U+01D5). Fourth tone uses grave (U+01DB). See uppercase U diaeresis grave.

Combining

Prefer the precomposed letter

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. &#x01D5; / &#469; belong in HTML.

Browser Support

Uppercase U Diaeresis Macron (U+01D5) and its entity forms (&#x01D5;, &#469;, 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 (&#x01D5;)

Encode with hex, decimal, CSS escape, or type the character — same Unicode code point everywhere. No named entity.

100% Browser coverage
Google Chrome Supported
Yes
Microsoft Edge Supported
Yes
Mozilla Firefox Supported
Yes
Apple Safari Supported
Yes
Opera Supported
Yes
Internet Explorer All versions
Yes
U+01D5 Full support

Bottom line: Prefer &#x01D5; in HTML text. Use &#469; as an equivalent, and \\01D5 only inside CSS content. Glyph display depends on font coverage.

Key Takeaways

  • Unicode: this letter is U+01D5 (decimal 469) — glyph Ǖ.
  • HTML: prefer &#x01D5; — also &#469;. No named entity.
  • CSS: use \01D5 inside content for generated text.
  • Watch out: Ǖ ≠ Ü ≠ Ū ≠ Ǜ ≠ ǖ.

One line: U+01D5 → &#x01D5; / &#469; / CSS \01D5 (no named entity).

Frequently Asked Questions

Use &#x01D5; (hex), &#469; (decimal), type Ǖ directly in UTF-8, or the CSS escape \01D5 in the content property. There is no named HTML entity. Prefer &#x01D5; 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 &#x01D5; or &#469;, or type Ǖ in UTF-8.
U+01D5 combines diaeresis and macron on capital U. U+00DC (&Uuml;) has only diaeresis. U+016A (&Umacr;) 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 (&#469; or &#x01D5;) 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 &#x01D5; or &#469;. Prefer it for Hanyu Pinyin first-tone ü (capitalized). Do not confuse it with lowercase U+01D6 (ǖ), plain &Uuml; (Ü), plain &Umacr; (Ū), or diaeresis+grave (U+01DB).

Next: Uppercase U Double Acute

Learn the HTML entity for capital U with double acute — next in this sequence.

Continue tutorial →

About the author

Mari Selvan M P
Mari Selvan M P 🔗

Developer, cloud engineer, and technical writer

  • Experience 12 years building web and cloud systems
  • Focus Full Stack Development, AWS, and Developer Education

I write practical tutorials so students and working developers can learn by doing—from databases and APIs to deployment on AWS.

8 people found this page helpful