| Nome del simbolo | Greek Capital Letter Pamphylian Digamma |
| Versione Unicode | 5.1 |
| Unicode | U+0376 |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo greek capital letter pamphylian digamma sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Greek Capital Letter Pamphylian Digamma nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\0376 |
| Codice esadecimale | 0x0376 |
| Codice HTML | Ͷ |
| LaTeX | \text{GREEKCAPITALLETTERPAMPHYLIANDIGAMMA} |
| Simbolo | Ͷ |
| Codifica URL (percentuale UTF-8) | %CD%B6 |
| Nome parlato / screen reader | Greek Capital Letter Pamphylian Digamma |