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