| Symboolnaam | Greek Letter Koppa |
| Unicode-versie | 1.1 |
| Unicode | U+03DE |
| Unicode-blok | |
| Algemene categorie | Uppercase Letter (Lu) |
| CSS-code | \03DE |
| Hexadecimale code | 0x03DE |
| HTML-code | Ϟ |
| LaTeX | \text{GREEKLETTERKOPPA} |
| Symbool | Ϟ |
| URL-codering (UTF-8 procent) | %CF%9E |
| Uitgesproken naam / schermlezer | 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}Je kunt het greek letter koppa-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Greek Letter Koppa-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |