| Symbolname | Greek Capital Dotted Lunate Sigma Symbol |
| Unicode-Version | 4.1 |
| Unicode | U+03FE |
| Unicode-Block | |
| Allgemeine Kategorie | Uppercase Letter (Lu) |
| UTF-8 | CF BE |
| UTF-16 | 03FE |
| UTF-32 | 000003FE |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKCAPITALDOTTEDLUNATESIGMASYMBOL}4\end{document}Sie können das Symbol greek capital dotted lunate sigma auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 1022 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "greek capital dotted lunate sigma symbol", or use Unicode Hex Input with 03FE.
Ctrl + Shift + U, type 03fe, 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-capital-dotted-lunate-sigma-symbol::before { content: "\03FE"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>Ͼ</span>Die Darstellung des Symbols Greek Capital Dotted Lunate Sigma in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u03FE' or String.fromCodePoint(1022) |
| Python | '\N{GREEK CAPITAL DOTTED LUNATE SIGMA SYMBOL}' or chr(1022) |
| Rust | '\u{03FE}' |
| C / C++ | UTF-8 source or wchar_t with U+03FE |
| Go | string(rune(0x03FE)) |
| Ruby | "\u{03FE}" |
| CSS-Code |
\03FE |
| Hexadezimalcode | 0x03FE |
| HTML-Code | Ͼ |
| LaTeX | \text{GREEKCAPITALDOTTEDLUNATESIGMASYMBOL} |
| Symbol | Ͼ |
| URL-Kodierung (UTF-8-Prozent) | %CF%BE |
| Ansagename (Screenreader) | Greek Capital Dotted Lunate Sigma Symbol |