Latin Capital Letter I With Grave

Ì

Shortcodes

Copy and paste codes for Latin Capital Letter I With Grave symbol Ì to use in your websites, apps, blogs, and more.

Unicode
U+00CC
Alt Code
204
HTML Code
Ì
HTML Entity
Ì
HEX Code
Ì
CSS Code
\0CC
JS/JSON
\u00CC
Unix/C/PHP/JAVA
0xCC
URL-encode
%C3%8C
copied

Customize Latin Capital Letter I With Grave Symbol

Customize Ì symbol as you like and download Latin Capital Letter I With Grave as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
Ì

                        
                    

How to type Latin Capital Letter I With Grave symbol Ì ?

Using Latin Capital Letter I With Grave Alt Code:

You can type the Latin Capital Letter I With Grave symbol Ì using your keyboard by using the Alt Code for Latin Capital Letter I With Grave. Before you begin, ensure that your Num Lock is turned on, and use the Numpad to type the code. Then, follow these simple steps:

  1. Hold down the Alt key on your keyboard.
  2. Type the number 204 using the Numpad.
  3. Release the Alt key.

This will make the Ì appear on your screen.

How to add Latin Capital Letter I With Grave symbol in HTML, CSS, and JS?

Insert Ì Latin Capital Letter I With Grave using HTML

1. Copy-paste Latin Capital Letter I With Grave directly:
<span>Ì</span>
2. HTML Decimal Code:
<span>&#204;</span>
3. HTML Entity:
<span>&Igrave;</span>
4. Hexadecimal Code:
<span>&#x00CC;</span>
Preview: Ì

Add Latin Capital Letter I With Grave symbol with CSS

.latin-capital-letter-i-with-grave::before {
    content: '\\0CC';
}
Preview: Latin Capital Letter I With Grave

Latin Capital Letter I With Grave JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-capital-letter-i-with-grave').textContent = 'Ì';
2. Unicode Escape for Ì:
document.querySelector('.latin-capital-letter-i-with-grave').textContent = '\u00CC';
Preview: Ì