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