| Nombre del símbolo | Greek Capital Dotted Lunate Sigma Symbol |
| Versión Unicode | 4.1 |
| Unicode | U+03FE |
| Bloque Unicode | |
| Categoría general | Uppercase Letter (Lu) |
| UTF-8 | CF BE |
| UTF-16 | 03FE |
| UTF-32 | 000003FE |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKCAPITALDOTTEDLUNATESIGMASYMBOL}4\end{document}Puedes escribir el símbolo greek capital dotted lunate sigma en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 1022 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "greek capital dotted lunate sigma symbol", or use Unicode Hex Input with 03FE.
Ctrl + Shift + U, type 03fe, 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-dotted-lunate-sigma-symbol::before { content: "\03FE"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>Ͼ</span>La representación del símbolo Greek Capital Dotted Lunate Sigma en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u03FE' or String.fromCodePoint(1022) |
| Python | '\N{GREEK CAPITAL DOTTED LUNATE SIGMA SYMBOL}' or chr(1022) |
| Rust | '\u{03FE}' |
| C / C++ | UTF-8 source or wchar_t with U+03FE |
| Go | string(rune(0x03FE)) |
| Ruby | "\u{03FE}" |
| Código CSS |
\03FE |
| Código hexadecimal | 0x03FE |
| Código HTML | Ͼ |
| LaTeX | \text{GREEKCAPITALDOTTEDLUNATESIGMASYMBOL} |
| Símbolo | Ͼ |
| Codificación URL (porcentaje UTF-8) | %CF%BE |
| Nombre oral / lector de pantalla | Greek Capital Dotted Lunate Sigma Symbol |