Uppercase U grave (Ù) is the Unicode character at U+00D9 in Latin-1 Supplement. Official name: LATIN CAPITAL LETTER U WITH GRAVE — a capital U with a grave accent, used in French, Italian, and related orthographies.
Remember
Character Ù
Unicode U+00D9
Named entity Ù (capital U)
Hex entity Ù
Decimal Ù
CSS escape \00D9
Not the same ù · Ȕ · Ú
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 ù (ù).
Ú (Ú) tilts the other way. Grave leans left; acute leans right.
vs Ȕ
Not double grave
Ȕ has two grave marks. Everyday French/Italian Ù uses a single grave.
vs Ü
Not a diaeresis
Ü (Ü) is Ü with two dots. Do not swap grave and umlaut.
Encoding
Keep UTF-8 declared
Latin-1 letters display reliably with <meta charset="UTF-8">. Prefer named entities when encoding is uncertain.
CSS vs HTML
Do not mix escapes
\00D9 belongs in CSS strings. Ù / Ù / Ù belong in HTML.
A11y
Use real language context
When Ù appears in French or Italian words, keep surrounding text and lang accurate (for example lang="fr" or lang="it").
Compatibility
Browser Support
Uppercase U grave (U+00D9) and its entity forms (Ù, Ù, Ù, CSS \\00D9) are supported in all mainstream browsers. Latin-1 glyphs are standard in system fonts.
✓ Universal support
Uppercase U Grave (Ù)
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 ExplorerAll versions
Yes
U+00D9 / ÙFull support
Bottom line: Prefer Ù (capital U) in HTML. Use \\00D9 only inside CSS content. Do not confuse with ù (ù) or double grave Ȕ.
Remember
Key Takeaways
Unicode: uppercase U grave is U+00D9 (decimal 217) — glyph Ù.
HTML: prefer Ù (capital U) — also Ù / Ù.
CSS: use \00D9 inside content for generated text.
Meaning:Ù is capital single grave — not ù (ù), not Ú (acute), not Ȕ (double grave).
Use Ù (named), Ù (hex), Ù (decimal), type Ù directly in UTF-8, or the CSS escape \00D9 in content. Prefer Ù in normal HTML.
U+00D9 (LATIN CAPITAL LETTER U WITH GRAVE). Hex D9, decimal 217. It belongs to Latin-1 Supplement (U+0080–U+00FF).
Yes. Use Ù (capital U). Numeric forms Ù and Ù also work. Note: ù (lowercase) is a different letter (ù).
No. Ù is U+00D9 (Ù, capital single grave). ù is U+00F9 (ù). Ȕ is double grave (U+0214).
Use it for French, Italian, and other text that needs capital Ù — for example OÙ — not as a substitute for Ú, Ü, or double grave Ȕ.
HTML entities (Ù, Ù, or Ù) go in markup. The CSS escape \00D9 goes in stylesheet strings (usually content on ::before/::after).
🤔
Did you know?
Uppercase U grave is Unicode U+00D9 (decimal 217) — glyph Ù in Latin-1 Supplement (U+0080–U+00FF). HTML5 names it Ù (capital U). Official name: LATIN CAPITAL LETTER U WITH GRAVE. Lowercase is ù (ù, U+00F9). Common in French and Italian (for example OÙ). Do not confuse with double grave Ȕ (U+0214) or acute Ú (Ú).