Latin Small Letter I With Grave

ì

Shortcodes

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

Unicode
U+00EC
Alt Code
236
HTML Code
ì
HTML Entity
ì
HEX Code
ì
CSS Code
\0EC
JS/JSON
\u00EC
Unix/C/PHP/JAVA
0xEC
URL-encode
%C3%AC
copied

Customize Latin Small Letter I With Grave Symbol

Customize ì symbol as you like and download Latin Small 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 Small Letter I With Grave symbol ì ?

Using Latin Small Letter I With Grave Alt Code:

You can type the Latin Small Letter I With Grave symbol ì using your keyboard by using the Alt Code for Latin Small 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 236 using the Numpad.
  3. Release the Alt key.

This will make the ì appear on your screen.

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

Insert ì Latin Small Letter I With Grave using HTML

1. Copy-paste Latin Small Letter I With Grave directly:
<span>ì</span>
2. HTML Decimal Code:
<span>&#236;</span>
3. HTML Entity:
<span>&igrave;</span>
4. Hexadecimal Code:
<span>&#x00EC;</span>
Preview: ì

Add Latin Small Letter I With Grave symbol with CSS

.latin-small-letter-i-with-grave::before {
    content: '\\0EC';
}
Preview: Latin Small Letter I With Grave

Latin Small Letter I With Grave JavaScript Code

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