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