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 SMALL LETTER A WITH TILDE
Overview
ã (LATIN SMALL LETTER A WITH TILDE) is the Unicode character at code point U+00E3. It belongs to the Latin-1 Supplement block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00E3 | |
| decimal | 227 | |
| htmldecimal | ã | |
| htmlhex | ã | |
| css | \00E3 | |
| javascript | \u{E3} | |
| python | \u00e3 | |
| java | \u00E3 | |
| go | \u00E3 | |
| ruby | \u{E3} | |
| rust | \u{E3} | |
| ccpp | \u00e3 | |
| urlencoded | %C3%A3 | |
| utf8bytes | c3 a3 | |
| utf16bebytes | 00 e3 | |
| utf32bebytes | 00 00 00 e3 |
How to Use
HTML:
ã
CSS:
content: "\00E3"
JavaScript:
"\u{E3}"
Python:
"\u00e3"
Properties
- Block
- Latin-1 Supplement
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0061 0303
Frequently Asked Questions
What is the ã character (LATIN SMALL LETTER A WITH TILDE)?
ã (LATIN SMALL LETTER A WITH TILDE) is the Unicode character U+00E3.
What is the Unicode codepoint of LATIN SMALL LETTER A WITH TILDE?
The LATIN SMALL LETTER A WITH TILDE character (ã) has codepoint U+00E3.
How do I type or copy LATIN SMALL LETTER A WITH TILDE?
Copy ã directly, or use the HTML entity, UTF-8, and code encodings shown on this page.