| Nombre del símbolo | Latin Capital Letter Cuatrillo With Comma |
| Versión Unicode | 5.1 |
| Unicode | U+A72E |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo latin capital letter cuatrillo with comma en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Latin Capital Letter Cuatrillo With Comma en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\A72E |
| Código hexadecimal | 0xA72E |
| Código HTML | Ꜯ |
| LaTeX | \text{LATINCAPITALLETTERCUATRILLOWITHCOMMA} |
| Símbolo | Ꜯ |
| Codificación URL (porcentaje UTF-8) | %EA%9C%AE |
| Nombre oral / lector de pantalla | Latin Capital Letter Cuatrillo With Comma |