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