| Symboolnaam | Latin Small Letter Oi |
| Unicode-versie | 1.1 |
| Unicode | U+01A3 |
| Unicode-blok | |
| Algemene categorie | Lowercase Letter (Ll) |
| CSS-code | \01A3 |
| Hexadecimale code | 0x01A3 |
| HTML-code | ƣ |
| LaTeX | \text{LATINSMALLLETTEROI} |
| Symbool | ƣ |
| URL-codering (UTF-8 procent) | %C6%A3 |
| Uitgesproken naam / schermlezer | Latin Small Letter Oi |
| UTF-8 | C6 A3 |
| UTF-16 | 01A3 |
| UTF-32 | 000001A3 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTEROI}4\end{document}Je kunt het latin small letter oi-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 419 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter oi", or use Unicode Hex Input with 01A3.
Ctrl + Shift + U, type 01a3, 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.latin-small-letter-oi::before { content: "\01A3"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ƣ</span>De weergave van het Latin Small Letter Oi-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u01A3' or String.fromCodePoint(419) |
| Python | '\N{LATIN SMALL LETTER OI}' or chr(419) |
| Rust | '\u{01A3}' |
| C / C++ | UTF-8 source or wchar_t with U+01A3 |
| Go | string(rune(0x01A3)) |
| Ruby | "\u{01A3}" |