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