| Symbol Name | Greek Kai Symbol |
| Unicode Version | 3.0 |
| Unicode | U+03D7 |
| Unicode block | |
| General category | Lowercase Letter (Ll) |
| CSS Code | \03D7 |
| Hex Code | 0x03D7 |
| HTML Code | ϗ |
| LaTeX | \text{GREEKKAISYMBOL} |
| Symbol | ϗ |
| URL encode (UTF-8 percent) | %CF%97 |
| Spoken / screen reader name | 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}You can type the greek kai symbol on most modern devices with the help of following methods:
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>Greek Kai symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |