| Nom du symbole | Greek Small Dotted Lunate Sigma Symbol |
| Version Unicode | 5.0 |
| Unicode | U+037C |
| Bloc Unicode | |
| Catégorie générale | Lowercase Letter (Ll) |
| UTF-8 | CD BC |
| UTF-16 | 037C |
| UTF-32 | 0000037C |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKSMALLDOTTEDLUNATESIGMASYMBOL}4\end{document}Vous pouvez saisir le symbole greek small dotted lunate sigma sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 892 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "greek small dotted lunate sigma symbol", or use Unicode Hex Input with 037C.
Ctrl + Shift + U, type 037c, 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-dotted-lunate-sigma-symbol::before { content: "\037C"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>ͼ</span>La représentation du symbole Greek Small Dotted Lunate Sigma dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u037C' or String.fromCodePoint(892) |
| Python | '\N{GREEK SMALL DOTTED LUNATE SIGMA SYMBOL}' or chr(892) |
| Rust | '\u{037C}' |
| C / C++ | UTF-8 source or wchar_t with U+037C |
| Go | string(rune(0x037C)) |
| Ruby | "\u{037C}" |
| Code CSS |
\037C |
| Code hexadécimal | 0x037C |
| Code HTML | ͼ |
| LaTeX | \text{GREEKSMALLDOTTEDLUNATESIGMASYMBOL} |
| Symbole | ͼ |
| Encodage URL (pourcent UTF-8) | %CD%BC |
| Nom oral / lecteur d’écran | Greek Small Dotted Lunate Sigma Symbol |