U+00ED · Latin-1 Supplement
i with Acute (í)
Small i with acute is used in Spanish, Portuguese, Icelandic, Irish, Hungarian, Czech, and Slovak. In Spanish it marks stress in words like 'día', 'país', and 'aquí'. Notice that the accent replaces the dot of the i. It is among the Spanish letters people most often need to type.
Character codes
| Unicode code point | U+00ED | |
|---|---|---|
| Decimal | 237 | |
| HTML named entity | í | |
| HTML (hex) | í | |
| HTML (decimal) | í | |
| CSS | \00ED | |
| JavaScript | \u00ED | |
| Python | \u00ED | |
| UTF-8 bytes | C3 AD | |
| UTF-16 | 00ED | |
| URL-encoded | %C3%AD |
Character details
| Official name | LATIN SMALL LETTER I WITH ACUTE |
|---|---|
| Unicode block | Latin-1 Supplement |
| General category | Lowercase Letter (Ll) |
| SymbolHero category | Accented Letters |
| Decomposition | U+0069 U+0301 |
| Uppercase | Í Latin Capital Letter I with Acute |
| Emoji | No |
How to type í
Windows
- Hold Alt and type 161 on the numeric keypad (Num Lock on), then release Alt. Alt 161 uses the code page 437.
- Hold Alt and type 0237 on the numeric keypad (Num Lock on), then release Alt. Alt 0237 uses the Windows-1252 code page.
- In Microsoft Word or Outlook: type
00EDthen press Alt + X. - Open Character Map (search “Character Map” in Start), tick “Advanced view”, search for “latin small letter i with acute”, then Select and Copy.
Mac
- Press Option + E, then I (US English keyboard layout).
- Press Control + Command + Space to open the Character Viewer, search “latin small letter i with acute”, and double-click the result.
- With the Unicode Hex Input keyboard enabled (System Settings → Keyboard → Input Sources), hold Option and type
00ED.
iPhone & Android
- On iPhone and most Android keyboards, press and hold the i key and slide to í. On a Mac, holding the key down works the same way.
- Tap Copy at the top of this page, then long-press where you want it and choose Paste.
Docs & web
- Google Docs: Insert → Special characters, then search “latin small letter i with acute” or enter
U+00ED. - HTML:
íorí - Excel / Google Sheets:
=UNICHAR(237)
Examples
- día
- país
- aquí
- Íñigo
Good to know
Don’t mix it up: Often confused with ì (U+00EC), whose grave accent slopes down to the right.
Tip: Spanish 'si' (if) and 'sí' (yes) are different words, so the accent changes meaning.
Display: the character itself is always the same code point, but its shape comes from the font on the device showing it. If you see an empty box, the font lacks this glyph—the text is still correct.
Similar accented letters
Questions
What is the Unicode for í?
It is U+00ED (LATIN SMALL LETTER I WITH ACUTE), decimal 237.
Is there a Windows Alt code for it?
Yes: Alt 161 or Alt 0237 on the numeric keypad.
How do I type it on a Mac?
Option + E, then I on a US English keyboard, or use the Character Viewer (Control + Command + Space).
What is the HTML code?
Use the named entity í or the numeric reference í.