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