| Symbol Name | Latin Small Letter Mum |
| Unicode Version | 5.1 |
| Unicode | U+A773 |
| Unicode block | |
| General category | Lowercase Letter (Ll) |
| CSS Code | \A773 |
| Hex Code | 0xA773 |
| HTML Code | ꝳ |
| LaTeX | \text{LATINSMALLLETTERMUM} |
| Symbol | ꝳ |
| URL encode (UTF-8 percent) | %EA%9D%B3 |
| Spoken / screen reader name | 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}You can type the latin small letter mum symbol on most modern devices with the help of following methods:
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>Latin Small Letter Mum symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |