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