| Symbol Name | Latin Small Letter Cuatrillo |
| Unicode Version | 5.1 |
| Unicode | U+A72D |
| Unicode block | |
| General category | Lowercase Letter (Ll) |
| CSS Code |
| UTF-8 | EA 9C AD |
| UTF-16 | A72D |
| UTF-32 | 0000A72D |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERCUATRILLO}4\end{document}You can type the latin small letter cuatrillo symbol on most modern devices with the help of following methods:
Alt + 42797 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter cuatrillo", or use Unicode Hex Input with A72D.
Ctrl + Shift + U, type a72d, 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-cuatrillo::before { content: "\A72D"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꜭ</span>Latin Small Letter Cuatrillo symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uA72D' or String.fromCodePoint(42797) |
| Python | '\N{LATIN SMALL LETTER CUATRILLO}' or chr(42797) |
| Rust | '\u{A72D}' |
| C / C++ | UTF-8 source or wchar_t with U+A72D |
| Go | string(rune(0xA72D)) |
| Ruby | "\u{A72D}" |
\A72D |
| Hex Code | 0xA72D |
| HTML Code | ꜭ |
| LaTeX | \text{LATINSMALLLETTERCUATRILLO} |
| Symbol | ꜭ |
| URL encode (UTF-8 percent) | %EA%9C%AD |
| Spoken / screen reader name | Latin Small Letter Cuatrillo |