copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('Í'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
Í
LATIN CAPITAL LETTER I WITH ACUTE
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00CD | |
| decimal | 205 | |
| htmldecimal | Í | |
| htmlhex | Í | |
| css | \00CD | |
| javascript | \u{CD} | |
| python | \u00cd | |
| java | \u00CD | |
| go | \u00CD | |
| ruby | \u{CD} | |
| rust | \u{CD} | |
| ccpp | \u00cd | |
| urlencoded | %C3%8D | |
| utf8bytes | c3 8d | |
| utf16bebytes | 00 cd | |
| utf32bebytes | 00 00 00 cd |
How to Use
HTML:
Í
CSS:
content: "\00CD"
JavaScript:
"\u{CD}"
Python:
"\u00cd"
Properties
- Block
- Latin-1 Supplement
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0049 0301