Lowercase u with diaeresis and acute (ǘ) is the Latin Extended-B character at Unicode U+01D8 (LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE). It stacks two dots and an acute on u. In Hanyu Pinyin it marks the second tone on ü. HTML5 defines no named entity for it.
Remember
Character ǘ
Unicode U+01D8
Named entity (none)
Hex entity ǘ
Decimal ǘ
CSS escape \01D8
All of these produce the same glyph: ǘ. Prefer a pasted ǘ in UTF-8 pages; use numeric or CSS forms when you need an escape.
Reference
Quick Reference
One table for every form you will actually use.
Form
Code
Where it goes
Direct character
ǘ
HTML text (UTF-8 default)
Named entity
none
Not defined in HTML5
Hex entity
ǘ
HTML markup
Decimal entity
ǘ
HTML markup
CSS escape
\01D8
Stylesheet content
When to Use Which
Situation
Use
Pinyin / UTF-8 text
Type or paste ǘ
Numeric entity required
ǘ or ǘ
Generated text via ::before / ::after
content: "\01D8"
Plain ü without tone mark
ü (U+00FC) — see Related Topics
Looking for a named form
None — use hex or decimal instead
See it
Live Preview
Lowercase u with diaeresis and acute rendered in common contexts.
Pinyinnǘ, lǘ
Large glyphǘ
Case pairǗ ǘ
With entitiesHex: ǘ | Decimal: ǘ
Not the sameü (ü) — no acute tone
Code
Complete HTML Example
One page that shows lowercase u with diaeresis and acute with hex, decimal, direct, and CSS forms. Use View Output or open the live editor.
Hex + Decimal + Direct + CSS
Four ways to produce ǘ in a single document (no named entity).
Using Hex Code: ǘ
Using HTML Code: ǘ
Using Direct Character: ǘ
Using CSS Entity: ǘ
How It Works
1. Hex:U+01D8 → ǘ in HTML. Reliable numeric form.
2. Decimal: same code point as 472 → ǘ. Same glyph.
3. Direct: paste ǘ in a UTF-8 file with <meta charset="UTF-8">.
4. CSS: use \01D8 in content (not an HTML entity). #point::after appends that ǘ after the paragraph text.
Pitfalls & Tips
Common mistakes when working with the u diaeresis acute entity.
Named
No named entity
HTML5 has no &... name for U+01D8 — use hex or decimal instead.
CSS vs HTML
Do not mix escapes
\01D8 belongs in CSS. ǘ / ǘ belong in HTML.
Look-alikes
Not plain ü
Umlaut ü is U+00FC (ü). This letter adds an acute for Pinyin tone 2.
Case
ǘ vs Ǘ
Uppercase is U+01D7 — a different code point from U+01D8.
Semicolon
End references
Always finish with ; — write ǘ, not ǘ.
UTF-8
Declare charset
If you paste ǘ directly, serve the page as UTF-8 with <meta charset="UTF-8">.
Compatibility
Browser Support
Lowercase u with diaeresis and acute (U+01D8) and its entity forms (ǘ, ǘ, CSS \\01D8) are supported in all mainstream browsers.
✓ Universal support
Lowercase U Diaeresis Acute (ǘ)
Paste ǘ, or encode with hex, decimal, or CSS escape — same glyph 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+01D8 / entitiesFull support
Bottom line: Prefer a pasted ǘ in UTF-8 text. Use ǘ / ǘ when a numeric form is required, and \\01D8 only inside CSS content.
Remember
Key Takeaways
Unicode: u with diaeresis and acute is U+01D8 (decimal 472), Latin Extended-B.
HTML: no named entity — use ǘ or ǘ.
CSS: use \01D8 inside content for generated text.
Use: Pinyin second tone on ü — not the same as plain ü.
One line:U+01D8 → ǘ / ǘ / CSS \01D8 (no named entity).
Frequently Asked Questions
Use ǘ (hex), ǘ (decimal), type ǘ in UTF-8, or the CSS escape \01D8 in content. There is no HTML5 named entity for U+01D8.
U+01D8 (LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE). Hex 01D8, decimal 472. It belongs to Latin Extended-B and marks Pinyin second tone on ü.
No. HTML5 does not define a named entity for this character. Use numeric references like ǘ or ǘ when you need an entity form.
Use it for Hanyu Pinyin second-tone ü, linguistic examples, CSS-generated content, or when encoding must be explicit. Prefer a pasted ǘ in UTF-8 when possible.
HTML entities (ǘ or ǘ) go in markup. The CSS escape \01D8 is used in stylesheets (usually in the content property of ::before/::after). Both render ǘ.
Plain ü is U+00FC (ü) with only diaeresis. U+01D8 (ǘ) adds an acute accent on top — used for Pinyin second tone. Do not substitute one for another.
🤔
Did you know?
Lowercase u with diaeresis and acute (ǘ) is Unicode U+01D8 (decimal 472) in Latin Extended-B. HTML5 has no named entity — use ǘ or ǘ. In Hanyu Pinyin it marks the second tone on ü.