| Nome del simbolo | Greek Capital Lunate Sigma Symbol |
| Versione Unicode | 4.0 |
| Unicode | U+03F9 |
| Blocco Unicode | |
| Categoria generale | Uppercase Letter (Lu) |
| UTF-8 | CF B9 |
| UTF-16 | 03F9 |
| UTF-32 | 000003F9 |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKCAPITALLUNATESIGMASYMBOL}4\end{document}Puoi digitare il simbolo greek capital lunate sigma sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 1017 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "greek capital lunate sigma symbol", or use Unicode Hex Input with 03F9.
Ctrl + Shift + U, type 03f9, 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-capital-lunate-sigma-symbol::before { content: "\03F9"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>Ϲ</span>La rappresentazione del simbolo Greek Capital Lunate Sigma nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u03F9' or String.fromCodePoint(1017) |
| Python | '\N{GREEK CAPITAL LUNATE SIGMA SYMBOL}' or chr(1017) |
| Rust | '\u{03F9}' |
| C / C++ | UTF-8 source or wchar_t with U+03F9 |
| Go | string(rune(0x03F9)) |
| Ruby | "\u{03F9}" |
| Codice CSS |
\03F9 |
| Codice esadecimale | 0x03F9 |
| Codice HTML | Ϲ |
| LaTeX | \text{GREEKCAPITALLUNATESIGMASYMBOL} |
| Simbolo | Ϲ |
| Codifica URL (percentuale UTF-8) | %CF%B9 |
| Nome parlato / screen reader | Greek Capital Lunate Sigma Symbol |