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 ACUTE
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00C1 | |
| decimal | 193 | |
| htmldecimal | Á | |
| htmlhex | Á | |
| css | \00C1 | |
| javascript | \u{C1} | |
| python | \u00c1 | |
| java | \u00C1 | |
| go | \u00C1 | |
| ruby | \u{C1} | |
| rust | \u{C1} | |
| ccpp | \u00c1 | |
| urlencoded | %C3%81 | |
| utf8bytes | c3 81 | |
| utf16bebytes | 00 c1 | |
| utf32bebytes | 00 00 00 c1 |
How to Use
HTML:
Á
CSS:
content: "\00C1"
JavaScript:
"\u{C1}"
Python:
"\u00c1"
Properties
- Block
- Latin-1 Supplement
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0041 0301
Frequently Asked Questions
What is the Á character (LATIN CAPITAL LETTER A WITH ACUTE)?
Á (LATIN CAPITAL LETTER A WITH ACUTE) is the Unicode character U+00C1.
What is the Unicode codepoint of LATIN CAPITAL LETTER A WITH ACUTE?
The LATIN CAPITAL LETTER A WITH ACUTE character (Á) has codepoint U+00C1.
How do I type or copy LATIN CAPITAL LETTER A WITH ACUTE?
Copy Á directly, or use the HTML entity, UTF-8, and code encodings shown on this page.