| Symbolname | Greek Reversed Lunate Epsilon Symbol |
| Unicode-Version | 3.2 |
| Unicode | U+03F6 |
| Unicode-Block | |
| Allgemeine Kategorie | Sm (Sm) |
| CSS-Code |
| UTF-8 | CF B6 |
| UTF-16 | 03F6 |
| UTF-32 | 000003F6 |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKREVERSEDLUNATEEPSILONSYMBOL}4\end{document}Sie können das Symbol greek reversed lunate epsilon auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Greek Reversed Lunate Epsilon in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |
\03F6 |
| Hexadezimalcode | 0x03F6 |
| HTML-Code | ϶ |
| LaTeX | \text{GREEKREVERSEDLUNATEEPSILONSYMBOL} |
| Symbol | ϶ |
| URL-Kodierung (UTF-8-Prozent) | %CF%B6 |
| Ansagename (Screenreader) | Greek Reversed Lunate Epsilon Symbol |