| Nom du symbole | Greek Small Reversed Dotted Lunate Sigma Symbol |
| Version Unicode | 5.0 |
| Unicode | U+037D |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole greek small reversed dotted lunate sigma sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Greek Small Reversed Dotted Lunate Sigma dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\037D |
| Code hexadécimal | 0x037D |
| Code HTML | ͽ |
| LaTeX | \text{GREEKSMALLREVERSEDDOTTEDLUNATESIGMASYMBOL} |
| Symbole | ͽ |
| Encodage URL (pourcent UTF-8) | %CD%BD |
| Nom oral / lecteur d’écran | Greek Small Reversed Dotted Lunate Sigma Symbol |