Uppercase I grave (Ì) is the Unicode character at U+00CC in Latin-1 Supplement. Official name: LATIN CAPITAL LETTER I WITH GRAVE — a capital I with a single grave accent (` shape), used in Italian and related orthographies.
Remember
Character Ì
Unicode U+00CC
Named entity Ì (capital I)
Hex entity Ì
Decimal Ì
CSS escape \00CC
Not the same ì · Ȉ · Í
Prefer Ì in HTML markup — the capital I in the name matters. Numeric forms and typing Ì in UTF-8 also work. For the lowercase letter, use ì (ì).
Ȉ has two grave marks. Ì has one — do not use Ì for Slavic double-grave notation.
vs Í
Not an acute
Í (Í) slopes the other way. Grave falls to the left; acute rises to the right.
Encoding
Keep UTF-8 declared
Latin-1 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
\00CC belongs in CSS strings. Ì / Ì / Ì belong in HTML.
A11y
Use real language context
When Ì appears in real words, keep surrounding text and lang accurate so screen readers get useful context.
Compatibility
Browser Support
Uppercase I grave (U+00CC) and its entity forms (Ì, Ì, Ì, CSS \\00CC) are supported in all mainstream browsers. Latin-1 Supplement glyphs are widely available in system fonts.
✓ Universal support
Uppercase I 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+00CC / ÌFull support
Bottom line: Prefer Ì (capital I) in HTML. Use \\00CC only inside CSS content. Do not confuse with ì (ì) or double grave Ȉ.
Remember
Key Takeaways
Unicode: uppercase I grave is U+00CC (decimal 204) — glyph Ì.
HTML: prefer Ì (capital I) — also Ì / Ì.
CSS: use \00CC inside content for generated text.
Meaning:Ì is capital single grave — not ì (ì), not Ȉ (double grave).
Use Ì (named), Ì (hex), Ì (decimal), type Ì directly in UTF-8, or the CSS escape \00CC in content. Prefer Ì in normal HTML.
U+00CC (LATIN CAPITAL LETTER I WITH GRAVE). Hex CC, decimal 204. It belongs to Latin-1 Supplement (U+0080–U+00FF).
Yes. Use Ì (capital I). Numeric forms Ì and Ì also work. Note: ì (lowercase) is a different letter (ì).
No. Ì is U+00CC (Ì, capital single grave). ì is U+00EC (ì). Ȉ is U+0208 (double grave, no named entity).
Use it for Italian and other languages that need Ì in titles, names, and uppercase text — not as a substitute for double grave Ȉ or acute Í.
HTML entities (Ì, Ì, or Ì) go in markup. The CSS escape \00CC goes in stylesheet strings (usually content on ::before/::after).
🤔
Did you know?
Uppercase I grave is Unicode U+00CC (decimal 204) — glyph Ì in Latin-1 Supplement (U+0080–U+00FF). HTML5 names it Ì (capital I). Official name: LATIN CAPITAL LETTER I WITH GRAVE. Lowercase is ì (ì, U+00EC). Used in Italian and other languages that need Ì. Do not confuse with double grave Ȉ (U+0208) or acute Í (Í).