| Symbolname | Greek Letter Koppa |
| Unicode-Version | 1.1 |
| Unicode | U+03DE |
| Unicode-Block | |
| Allgemeine Kategorie | Uppercase Letter (Lu) |
| CSS-Code | \03DE |
| Hexadezimalcode | 0x03DE |
| HTML-Code | Ϟ |
| LaTeX | \text{GREEKLETTERKOPPA} |
| Symbol | Ϟ |
| URL-Kodierung (UTF-8-Prozent) | %CF%9E |
| Ansagename (Screenreader) | 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}Sie können das Symbol greek letter koppa auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Greek Letter Koppa in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |