| Symbolname | Latin Capital Letter A With Tilde |
| Unicode-Version | 1.1 |
| Unicode | U+00C3 |
| Unicode-Block | |
| Allgemeine Kategorie | Uppercase Letter (Lu) |
| UTF-8 | C3 83 |
| UTF-16 | 00C3 |
| UTF-32 | 000000C3 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERAWITHTILDE}4\end{document}Sie können das Symbol latin capital letter a with tilde auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 195 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter a with tilde", or use Unicode Hex Input with 00C3.
Ctrl + Shift + U, type 00c3, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.latin-capital-letter-a-with-tilde::before { content: "\00C3"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ã</span>Die Darstellung des Symbols Latin Capital Letter A With Tilde in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u00C3' or String.fromCodePoint(195) |
| Python | '\N{LATIN CAPITAL LETTER A WITH TILDE}' or chr(195) |
| Rust | '\u{00C3}' |
| C / C++ | UTF-8 source or wchar_t with U+00C3 |
| Go | string(rune(0x00C3)) |
| Ruby | "\u{00C3}" |
| CSS-Code |
\00C3 |
| Hexadezimalcode | 0x00C3 |
| HTML-Code | Ã |
| LaTeX | \text{LATINCAPITALLETTERAWITHTILDE} |
| Symbol | Ã |
| URL-Kodierung (UTF-8-Prozent) | %C3%83 |
| Ansagename (Screenreader) | Latin Capital Letter A With Tilde |