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