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