| Symboolnaam | Greek Capital Letter Pamphylian Digamma |
| Unicode-versie | 5.1 |
| Unicode | U+0376 |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het greek capital letter pamphylian digamma-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Greek Capital Letter Pamphylian Digamma-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |
| CSS-code |
\0376 |
| Hexadecimale code | 0x0376 |
| HTML-code | Ͷ |
| LaTeX | \text{GREEKCAPITALLETTERPAMPHYLIANDIGAMMA} |
| Symbool | Ͷ |
| URL-codering (UTF-8 procent) | %CD%B6 |
| Uitgesproken naam / schermlezer | Greek Capital Letter Pamphylian Digamma |