| Symbol Name | Greek Capital Reversed Lunate Sigma Symbol |
| Unicode Version | 4.1 |
| Unicode | U+03FD |
| Unicode block | |
| General category | Uppercase Letter (Lu) |
| UTF-8 | CF BD |
| UTF-16 | 03FD |
| UTF-32 | 000003FD |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKCAPITALREVERSEDLUNATESIGMASYMBOL}4\end{document}You can type the greek capital reversed lunate sigma symbol on most modern devices with the help of following methods:
Alt + 1021 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "greek capital reversed lunate sigma symbol", or use Unicode Hex Input with 03FD.
Ctrl + Shift + U, type 03fd, 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-capital-reversed-lunate-sigma-symbol::before { content: "\03FD"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>Ͻ</span>Greek Capital Reversed Lunate Sigma symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u03FD' or String.fromCodePoint(1021) |
| Python | '\N{GREEK CAPITAL REVERSED LUNATE SIGMA SYMBOL}' or chr(1021) |
| Rust | '\u{03FD}' |
| C / C++ | UTF-8 source or wchar_t with U+03FD |
| Go | string(rune(0x03FD)) |
| Ruby | "\u{03FD}" |
| CSS Code |
\03FD |
| Hex Code | 0x03FD |
| HTML Code | Ͻ |
| LaTeX | \text{GREEKCAPITALREVERSEDLUNATESIGMASYMBOL} |
| Symbol | Ͻ |
| URL encode (UTF-8 percent) | %CF%BD |
| Spoken / screen reader name | Greek Capital Reversed Lunate Sigma Symbol |