| Nome del simbolo | Greek Capital Letter Alpha With Psili And Oxia |
| Versione Unicode | 1.1 |
| Unicode | U+1F0C |
| Blocco Unicode | |
| Categoria generale | Uppercase Letter (Lu) |
| UTF-8 | E1 BC 8C |
| UTF-16 | 1F0C |
| UTF-32 | 00001F0C |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKCAPITALLETTERALPHAWITHPSILIANDOXIA}4\end{document}Puoi digitare il simbolo greek capital letter alpha with psili and oxia sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 7948 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "greek capital letter alpha with psili and oxia", or use Unicode Hex Input with 1F0C.
Ctrl + Shift + U, type 1f0c, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Greek keyboard.
Paste from this page or use a keyboard with Greek letter support.
1span.greek-capital-letter-alpha-with-psili-and-oxia::before { content: "\1F0C"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>Ἄ</span>La rappresentazione del simbolo Greek Capital Letter Alpha With Psili And Oxia nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u1F0C' or String.fromCodePoint(7948) |
| Python | '\N{GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA}' or chr(7948) |
| Rust | '\u{1F0C}' |
| C / C++ | UTF-8 source or wchar_t with U+1F0C |
| Go | string(rune(0x1F0C)) |
| Ruby | "\u{1F0C}" |
| Codice CSS |
\1F0C |
| Codice esadecimale | 0x1F0C |
| Codice HTML | Ἄ |
| LaTeX | \text{GREEKCAPITALLETTERALPHAWITHPSILIANDOXIA} |
| Simbolo | Ἄ |
| Codifica URL (percentuale UTF-8) | %E1%BC%8C |
| Nome parlato / screen reader | Greek Capital Letter Alpha With Psili And Oxia |