| Nome del simbolo | Latin Capital Letter Egyptological Ain |
| Versione Unicode | 5.1 |
| Unicode | U+A724 |
| Blocco Unicode | |
| Categoria generale | Uppercase Letter (Lu) |
| UTF-8 | EA 9C A4 |
| UTF-16 | A724 |
| UTF-32 | 0000A724 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTEREGYPTOLOGICALAIN}4\end{document}Puoi digitare il simbolo latin capital letter egyptological ain sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 42788 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter egyptological ain", or use Unicode Hex Input with A724.
Ctrl + Shift + U, type a724, 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-egyptological-ain::before { content: "\A724"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ꜥ</span>La rappresentazione del simbolo Latin Capital Letter Egyptological Ain nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uA724' or String.fromCodePoint(42788) |
| Python | '\N{LATIN CAPITAL LETTER EGYPTOLOGICAL AIN}' or chr(42788) |
| Rust | '\u{A724}' |
| C / C++ | UTF-8 source or wchar_t with U+A724 |
| Go | string(rune(0xA724)) |
| Ruby | "\u{A724}" |
| Codice CSS |
\A724 |
| Codice esadecimale | 0xA724 |
| Codice HTML | Ꜥ |
| LaTeX | \text{LATINCAPITALLETTEREGYPTOLOGICALAIN} |
| Simbolo | Ꜥ |
| Codifica URL (percentuale UTF-8) | %EA%9C%A4 |
| Nome parlato / screen reader | Latin Capital Letter Egyptological Ain |