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