| Nom du symbole | Greek Capital Dotted Lunate Sigma Symbol |
| Version Unicode | 4.1 |
| Unicode | U+03FE |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole greek capital dotted lunate sigma sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Greek Capital Dotted Lunate Sigma dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\03FE |
| Code hexadécimal | 0x03FE |
| Code HTML | Ͼ |
| LaTeX | \text{GREEKCAPITALDOTTEDLUNATESIGMASYMBOL} |
| Symbole | Ͼ |
| Encodage URL (pourcent UTF-8) | %CF%BE |
| Nom oral / lecteur d’écran | Greek Capital Dotted Lunate Sigma Symbol |