| Symboolnaam | Greek Lunate Sigma Symbol |
| Unicode-versie | 1.1 |
| Unicode | U+03F2 |
| Unicode-blok | |
| Algemene categorie | Lowercase Letter (Ll) |
| CSS-code | \03F2 |
| Hexadecimale code | 0x03F2 |
| HTML-code | ϲ |
| LaTeX | \text{GREEKLUNATESIGMASYMBOL} |
| Symbool | ϲ |
| URL-codering (UTF-8 procent) | %CF%B2 |
| Uitgesproken naam / schermlezer | Greek Lunate Sigma Symbol |
| UTF-8 | CF B2 |
| UTF-16 | 03F2 |
| UTF-32 | 000003F2 |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKLUNATESIGMASYMBOL}4\end{document}Je kunt het greek lunate sigma-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 1010 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "greek lunate sigma symbol", or use Unicode Hex Input with 03F2.
Ctrl + Shift + U, type 03f2, 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-lunate-sigma-symbol::before { content: "\03F2"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>ϲ</span>De weergave van het Greek Lunate Sigma-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u03F2' or String.fromCodePoint(1010) |
| Python | '\N{GREEK LUNATE SIGMA SYMBOL}' or chr(1010) |
| Rust | '\u{03F2}' |
| C / C++ | UTF-8 source or wchar_t with U+03F2 |
| Go | string(rune(0x03F2)) |
| Ruby | "\u{03F2}" |