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