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