| Nombre del símbolo | Greek Capital Letter Alpha With Tonos |
| Versión Unicode | 1.1 |
| Unicode | U+0386 |
| Bloque Unicode | |
| Categoría general | Uppercase Letter (Lu) |
| UTF-8 | CE 86 |
| UTF-16 | 0386 |
| UTF-32 | 00000386 |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKCAPITALLETTERALPHAWITHTONOS}4\end{document}Puedes escribir el símbolo greek capital letter alpha with tonos en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 902 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "greek capital letter alpha with tonos", or use Unicode Hex Input with 0386.
Ctrl + Shift + U, type 0386, 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-tonos::before { content: "\0386"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>Ά</span>La representación del símbolo Greek Capital Letter Alpha With Tonos en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u0386' or String.fromCodePoint(902) |
| Python | '\N{GREEK CAPITAL LETTER ALPHA WITH TONOS}' or chr(902) |
| Rust | '\u{0386}' |
| C / C++ | UTF-8 source or wchar_t with U+0386 |
| Go | string(rune(0x0386)) |
| Ruby | "\u{0386}" |
| Código CSS |
\0386 |
| Código hexadecimal | 0x0386 |
| Código HTML | Ά |
| LaTeX | \text{GREEKCAPITALLETTERALPHAWITHTONOS} |
| Símbolo | Ά |
| Codificación URL (porcentaje UTF-8) | %CE%86 |
| Nombre oral / lector de pantalla | Greek Capital Letter Alpha With Tonos |