| Nom du symbole | Greek Capital Letter Alpha With Prosgegrammeni |
| Version Unicode | 1.1 |
| Unicode | U+1FBC |
| Bloc Unicode | |
| Catégorie générale | Lt (Lt) |
| UTF-8 | E1 BE BC |
| UTF-16 | 1FBC |
| UTF-32 | 00001FBC |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKCAPITALLETTERALPHAWITHPROSGEGRAMMENI}4\end{document}Vous pouvez saisir le symbole greek capital letter alpha with prosgegrammeni sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 8124 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "greek capital letter alpha with prosgegrammeni", or use Unicode Hex Input with 1FBC.
Ctrl + Shift + U, type 1fbc, 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-prosgegrammeni::before { content: "\1FBC"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>ᾼ</span>La représentation du symbole Greek Capital Letter Alpha With Prosgegrammeni dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u1FBC' or String.fromCodePoint(8124) |
| Python | '\N{GREEK CAPITAL LETTER ALPHA WITH PROSGEGRAMMENI}' or chr(8124) |
| Rust | '\u{1FBC}' |
| C / C++ | UTF-8 source or wchar_t with U+1FBC |
| Go | string(rune(0x1FBC)) |
| Ruby | "\u{1FBC}" |
| Code CSS |
\1FBC |
| Code hexadécimal | 0x1FBC |
| Code HTML | ᾼ |
| LaTeX | \text{GREEKCAPITALLETTERALPHAWITHPROSGEGRAMMENI} |
| Symbole | ᾼ |
| Encodage URL (pourcent UTF-8) | %E1%BE%BC |
| Nom oral / lecteur d’écran | Greek Capital Letter Alpha With Prosgegrammeni |