| Nombre del símbolo | Greek Capital Reversed Lunate Sigma Symbol |
| Versión Unicode | 4.1 |
| Unicode | U+03FD |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo greek capital reversed lunate sigma en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Greek Capital Reversed Lunate Sigma en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\03FD |
| Código hexadecimal | 0x03FD |
| Código HTML | Ͻ |
| LaTeX | \text{GREEKCAPITALREVERSEDLUNATESIGMASYMBOL} |
| Símbolo | Ͻ |
| Codificación URL (porcentaje UTF-8) | %CF%BD |
| Nombre oral / lector de pantalla | Greek Capital Reversed Lunate Sigma Symbol |