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 GRAVE
Overview
È (LATIN CAPITAL LETTER E WITH GRAVE) is the Unicode character at code point U+00C8. It belongs to the Latin-1 Supplement block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00C8 | |
| decimal | 200 | |
| htmldecimal | È | |
| htmlhex | È | |
| css | \00C8 | |
| javascript | \u{C8} | |
| python | \u00c8 | |
| java | \u00C8 | |
| go | \u00C8 | |
| ruby | \u{C8} | |
| rust | \u{C8} | |
| ccpp | \u00c8 | |
| urlencoded | %C3%88 | |
| utf8bytes | c3 88 | |
| utf16bebytes | 00 c8 | |
| utf32bebytes | 00 00 00 c8 |
How to Use
HTML:
È
CSS:
content: "\00C8"
JavaScript:
"\u{C8}"
Python:
"\u00c8"
Properties
- Block
- Latin-1 Supplement
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0045 0300
Frequently Asked Questions
What is the È character (LATIN CAPITAL LETTER E WITH GRAVE)?
È (LATIN CAPITAL LETTER E WITH GRAVE) is the Unicode character U+00C8.
What is the Unicode codepoint of LATIN CAPITAL LETTER E WITH GRAVE?
The LATIN CAPITAL LETTER E WITH GRAVE character (È) has codepoint U+00C8.
How do I type or copy LATIN CAPITAL LETTER E WITH GRAVE?
Copy È directly, or use the HTML entity, UTF-8, and code encodings shown on this page.