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