| Symboolnaam | Greek Subscript Small Letter Phi |
| Unicode-versie | 4.0 |
| Unicode | U+1D69 |
| Unicode-blok | |
| Algemene categorie | Modifier Letter (Lm) |
| CSS-code |
| UTF-8 | E1 B5 A9 |
| UTF-16 | 1D69 |
| UTF-32 | 00001D69 |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKSUBSCRIPTSMALLLETTERPHI}4\end{document}Je kunt het greek subscript small letter phi-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 7529 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "greek subscript small letter phi", or use Unicode Hex Input with 1D69.
Ctrl + Shift + U, type 1d69, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.greek-subscript-small-letter-phi::before { content: "\1D69"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ᵩ</span>De weergave van het Greek Subscript Small Letter Phi-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u1D69' or String.fromCodePoint(7529) |
| Python | '\N{GREEK SUBSCRIPT SMALL LETTER PHI}' or chr(7529) |
| Rust | '\u{1D69}' |
| C / C++ | UTF-8 source or wchar_t with U+1D69 |
| Go | string(rune(0x1D69)) |
| Ruby | "\u{1D69}" |
\1D69 |
| Hexadecimale code | 0x1D69 |
| HTML-code | ᵩ |
| LaTeX | \text{GREEKSUBSCRIPTSMALLLETTERPHI} |
| Symbool | ᵩ |
| URL-codering (UTF-8 procent) | %E1%B5%A9 |
| Uitgesproken naam / schermlezer | Greek Subscript Small Letter Phi |