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