U+00CD · Latin-1 Supplement
Latin Capital Letter I with Acute Í
Capital I with acute is the uppercase form of í. It is used in Spanish, Portuguese, Icelandic, Irish, Hungarian, Czech, and Slovak. You will see it at the start of names like the Icelandic 'Ísland' and in all-caps signs and headlines where the lowercase word carries an accent.
Character codes
| Unicode code point | U+00CD | |
|---|---|---|
| Decimal | 205 | |
| HTML named entity | Í | |
| HTML (hex) | Í | |
| HTML (decimal) | Í | |
| CSS | \00CD | |
| JavaScript | \u00CD | |
| Python | \u00CD | |
| UTF-8 bytes | C3 8D | |
| UTF-16 | 00CD | |
| URL-encoded | %C3%8D |
Character details
| Official name | LATIN CAPITAL LETTER I WITH ACUTE |
|---|---|
| Unicode block | Latin-1 Supplement |
| General category | Uppercase Letter (Lu) |
| SymbolHero category | Accented Letters |
| Decomposition | U+0049 U+0301 |
| Lowercase | í i with Acute (í) |
| Emoji | No |
How to type Í
Windows
- Hold Alt and type 0205 on the numeric keypad (Num Lock on), then release Alt. Alt 0205 uses the Windows-1252 code page.
- In Microsoft Word or Outlook: type
00CDthen press Alt + X. - Open Character Map (search “Character Map” in Start), tick “Advanced view”, search for “latin capital letter i with acute”, then Select and Copy.
Mac
- Press Option + E, then Shift + I (US English keyboard layout).
- Press Control + Command + Space to open the Character Viewer, search “latin capital 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
00CD.
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 capital letter i with acute” or enter
U+00CD. - HTML:
ÍorÍ - Excel / Google Sheets:
=UNICHAR(205)
Examples
- Ísland
- ÍNDICE
- Íñigo (Spanish name)
- INFORMACIÓN TURÍSTICA
Good to know
Don’t mix it up: Often confused with Ì (U+00CC), whose grave accent slopes down to the right.
Tip: The dot of the i is dropped under the accent; do not type an accent over a dotted i.
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+00CD (LATIN CAPITAL LETTER I WITH ACUTE), decimal 205.
Is there a Windows Alt code for it?
Yes: Alt 0205 on the numeric keypad.
How do I type it on a Mac?
Option + E, then Shift + 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 Í.