| Symbolname | Latin Capital Letter Cuatrillo With Comma |
| Unicode-Version | 5.1 |
| Unicode | U+A72E |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol latin capital letter cuatrillo with comma auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Latin Capital Letter Cuatrillo With Comma in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0xA72E |
| HTML-Code | Ꜯ |
| LaTeX | \text{LATINCAPITALLETTERCUATRILLOWITHCOMMA} |
| Symbol | Ꜯ |
| URL-Kodierung (UTF-8-Prozent) | %EA%9C%AE |
| Ansagename (Screenreader) | Latin Capital Letter Cuatrillo With Comma |