| Nombre del símbolo | Greek Letter Koppa |
| Versión Unicode | 1.1 |
| Unicode | U+03DE |
| Bloque Unicode | |
| Categoría general | Uppercase Letter (Lu) |
| Código CSS | \03DE |
| Código hexadecimal | 0x03DE |
| Código HTML | Ϟ |
| LaTeX | \text{GREEKLETTERKOPPA} |
| Símbolo | Ϟ |
| Codificación URL (porcentaje UTF-8) | %CF%9E |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo greek letter koppa en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Greek Letter Koppa en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |