| Nome del simbolo | Latin Small Letter Mum |
| Versione Unicode | 5.1 |
| Unicode | U+A773 |
| Blocco Unicode | |
| Categoria generale | Lowercase Letter (Ll) |
| Codice CSS | \A773 |
| Codice esadecimale | 0xA773 |
| Codice HTML | ꝳ |
| LaTeX | \text{LATINSMALLLETTERMUM} |
| Simbolo | ꝳ |
| Codifica URL (percentuale UTF-8) | %EA%9D%B3 |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo latin small letter mum sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Latin Small Letter Mum nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |