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