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