| Symbol Name | Greek Capital Letter Pamphylian Digamma |
| Unicode Version | 5.1 |
| Unicode | U+0376 |
| Unicode block | |
| General category | 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}You can type the greek capital letter pamphylian digamma symbol on most modern devices with the help of following methods:
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>Greek Capital Letter Pamphylian Digamma symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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 |
| Hex Code | 0x0376 |
| HTML Code | Ͷ |
| LaTeX | \text{GREEKCAPITALLETTERPAMPHYLIANDIGAMMA} |
| Symbol | Ͷ |
| URL encode (UTF-8 percent) | %CD%B6 |
| Spoken / screen reader name | Greek Capital Letter Pamphylian Digamma |