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
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+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.