| Symbolname | Greek Small Dotted Lunate Sigma Symbol |
| Unicode-Version | 5.0 |
| Unicode | U+037C |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol greek small dotted lunate sigma auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Greek Small Dotted Lunate Sigma in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |
| CSS-Code |
\037C |
| Hexadezimalcode | 0x037C |
| HTML-Code | ͼ |
| LaTeX | \text{GREEKSMALLDOTTEDLUNATESIGMASYMBOL} |
| Symbol | ͼ |
| URL-Kodierung (UTF-8-Prozent) | %CD%BC |
| Ansagename (Screenreader) | Greek Small Dotted Lunate Sigma Symbol |