| Nom du symbole | Greek Reversed Lunate Epsilon Symbol |
| Version Unicode | 3.2 |
| Unicode | U+03F6 |
| Bloc Unicode | |
| Catégorie générale | Sm (Sm) |
| UTF-8 | CF B6 |
| UTF-16 | 03F6 |
| UTF-32 | 000003F6 |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKREVERSEDLUNATEEPSILONSYMBOL}4\end{document}Vous pouvez saisir le symbole greek reversed lunate epsilon sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Greek Reversed Lunate Epsilon dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\03F6 |
| Code hexadécimal | 0x03F6 |
| Code HTML | ϶ |
| LaTeX | \text{GREEKREVERSEDLUNATEEPSILONSYMBOL} |
| Symbole | ϶ |
| Encodage URL (pourcent UTF-8) | %CF%B6 |
| Nom oral / lecteur d’écran | Greek Reversed Lunate Epsilon Symbol |