| Symbol Name | Greek Small Dotted Lunate Sigma Symbol |
| Unicode Version | 5.0 |
| Unicode | U+037C |
| Unicode block | |
| General category | Lowercase Letter (Ll) |
| CSS Code |
| UTF-8 | CD BC |
| UTF-16 | 037C |
| UTF-32 | 0000037C |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKSMALLDOTTEDLUNATESIGMASYMBOL}4\end{document}You can type the greek small dotted lunate sigma symbol on most modern devices with the help of following methods:
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>Greek Small Dotted Lunate Sigma symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\037C |
| Hex Code | 0x037C |
| HTML Code | ͼ |
| LaTeX | \text{GREEKSMALLDOTTEDLUNATESIGMASYMBOL} |
| Symbol | ͼ |
| URL encode (UTF-8 percent) | %CD%BC |
| Spoken / screen reader name | Greek Small Dotted Lunate Sigma Symbol |