HTML Entity/SymbolÌ(LATIN CAPITAL LETTER I WITH GRAVE )

Ì
Copy this symbol

LATIN CAPITAL LETTER I WITH GRAVE

Click on any of the following code values to copy to clipboard.

Ì
Ì
U+000CC
\00cc
Ì

HTML Examples

Using HTML Code value in HTML file

<span> &#204; </span>

Using HTML Entity value in HTML file

<span> &Igrave; </span>

CSS Example

Using CSS content code of the HTML entity &Igrave; to specify in a CSS file

span { 
    content: "\00cc";
}
All HTML Symbols