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 A WITH GRAVE
Overview
À (LATIN CAPITAL LETTER A WITH GRAVE) is the Unicode character at code point U+00C0. 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+00C0 | |
| decimal | 192 | |
| htmldecimal | À | |
| htmlhex | À | |
| css | \00C0 | |
| javascript | \u{C0} | |
| python | \u00c0 | |
| java | \u00C0 | |
| go | \u00C0 | |
| ruby | \u{C0} | |
| rust | \u{C0} | |
| ccpp | \u00c0 | |
| urlencoded | %C3%80 | |
| utf8bytes | c3 80 | |
| utf16bebytes | 00 c0 | |
| utf32bebytes | 00 00 00 c0 |
How to Use
HTML:
À
CSS:
content: "\00C0"
JavaScript:
"\u{C0}"
Python:
"\u00c0"
Properties
- Block
- Latin-1 Supplement
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0041 0300
Frequently Asked Questions
What is the À character (LATIN CAPITAL LETTER A WITH GRAVE)?
À (LATIN CAPITAL LETTER A WITH GRAVE) is the Unicode character U+00C0.
What is the Unicode codepoint of LATIN CAPITAL LETTER A WITH GRAVE?
The LATIN CAPITAL LETTER A WITH GRAVE character (À) has codepoint U+00C0.
How do I type or copy LATIN CAPITAL LETTER A WITH GRAVE?
Copy À directly, or use the HTML entity, UTF-8, and code encodings shown on this page.