| Symbol Name | Greek Small Reversed Dotted Lunate Sigma Symbol |
| Unicode Version | 5.0 |
| Unicode | U+037D |
| Unicode block | |
| General category | 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}You can type the greek small reversed dotted lunate sigma symbol on most modern devices with the help of following methods:
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>Greek Small Reversed Dotted Lunate Sigma symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
| CSS Code |
\037D |
| Hex Code | 0x037D |
| HTML Code | ͽ |
| LaTeX | \text{GREEKSMALLREVERSEDDOTTEDLUNATESIGMASYMBOL} |
| Symbol | ͽ |
| URL encode (UTF-8 percent) | %CD%BD |
| Spoken / screen reader name | Greek Small Reversed Dotted Lunate Sigma Symbol |