| Nome del simbolo | Greek Letter Koppa |
| Versione Unicode | 1.1 |
| Unicode | U+03DE |
| Blocco Unicode | |
| Categoria generale | Uppercase Letter (Lu) |
| Codice CSS | \03DE |
| Codice esadecimale | 0x03DE |
| Codice HTML | Ϟ |
| LaTeX | \text{GREEKLETTERKOPPA} |
| Simbolo | Ϟ |
| Codifica URL (percentuale UTF-8) | %CF%9E |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo greek letter koppa sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Greek Letter Koppa nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |