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