Latin Small Letter I With Grave
ì
Shortcodes
Copy useful codes for latin small letter i with grave symbol ì to use in websites, apps, blogs, and docs.
Unicode
U+00EC Alt Code
236 HTML Code
ì HTML Entity
ì HEX Code
ì CSS Code
\00EC JS/JSON
\u00EC Unix/C/PHP/JAVA
0xEC URL-encode
%C3%AC Customize Latin Small Letter I With Grave
Customize ì, download it as SVG or PNG, or copy the generated HTML snippet.
ì
How to use Latin Small Letter I With Grave Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>ì</span> HTML Code:
<span>ì</span> HTML Entity:
<span>ì</span> HEX Code:
<span>ì</span> Add with CSS
.latin-small-letter-i-with-grave::before {
content: '\\00EC';
} Set it in JavaScript
document.querySelector('.latin-small-letter-i-with-grave').textContent = 'ì';