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 E WITH ACUTE
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00C9 | |
| decimal | 201 | |
| htmldecimal | É | |
| htmlhex | É | |
| css | \00C9 | |
| javascript | \u{C9} | |
| python | \u00c9 | |
| java | \u00C9 | |
| go | \u00C9 | |
| ruby | \u{C9} | |
| rust | \u{C9} | |
| ccpp | \u00c9 | |
| urlencoded | %C3%89 | |
| utf8bytes | c3 89 | |
| utf16bebytes | 00 c9 | |
| utf32bebytes | 00 00 00 c9 |
How to Use
HTML:
É
CSS:
content: "\00C9"
JavaScript:
"\u{C9}"
Python:
"\u00c9"
Properties
- Block
- Latin-1 Supplement
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0045 0301