| Nombre del símbolo | Greek Kai Symbol |
| Versión Unicode | 3.0 |
| Unicode | U+03D7 |
| Bloque Unicode | |
| Categoría general | Lowercase Letter (Ll) |
| Código CSS | \03D7 |
| Código hexadecimal | 0x03D7 |
| Código HTML | ϗ |
| LaTeX | \text{GREEKKAISYMBOL} |
| Símbolo | ϗ |
| Codificación URL (porcentaje UTF-8) | %CF%97 |
| Nombre oral / lector de pantalla | Greek Kai Symbol |
| UTF-8 | CF 97 |
| UTF-16 | 03D7 |
| UTF-32 | 000003D7 |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKKAISYMBOL}4\end{document}Puedes escribir el símbolo greek kai en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 983 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "greek kai symbol", or use Unicode Hex Input with 03D7.
Ctrl + Shift + U, type 03d7, 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.greek-kai-symbol::before { content: "\03D7"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>ϗ</span>La representación del símbolo Greek Kai en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u03D7' or String.fromCodePoint(983) |
| Python | '\N{GREEK KAI SYMBOL}' or chr(983) |
| Rust | '\u{03D7}' |
| C / C++ | UTF-8 source or wchar_t with U+03D7 |
| Go | string(rune(0x03D7)) |
| Ruby | "\u{03D7}" |