| Nombre del símbolo | Latin Capital Letter Small Q With Hook Tail |
| Versión Unicode | 5.0 |
| Unicode | U+024A |
| Bloque Unicode | |
| Categoría general | Uppercase Letter (Lu) |
| UTF-8 | C9 8A |
| UTF-16 | 024A |
| UTF-32 | 0000024A |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERSMALLQWITHHOOKTAIL}4\end{document}Puedes escribir el símbolo latin capital letter small q with hook tail en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 586 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter small q with hook tail", or use Unicode Hex Input with 024A.
Ctrl + Shift + U, type 024a, 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-small-q-with-hook-tail::before { content: "\024A"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ɋ</span>La representación del símbolo Latin Capital Letter Small Q With Hook Tail en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u024A' or String.fromCodePoint(586) |
| Python | '\N{LATIN CAPITAL LETTER SMALL Q WITH HOOK TAIL}' or chr(586) |
| Rust | '\u{024A}' |
| C / C++ | UTF-8 source or wchar_t with U+024A |
| Go | string(rune(0x024A)) |
| Ruby | "\u{024A}" |
| Código CSS |
\024A |
| Código hexadecimal | 0x024A |
| Código HTML | Ɋ |
| LaTeX | \text{LATINCAPITALLETTERSMALLQWITHHOOKTAIL} |
| Símbolo | Ɋ |
| Codificación URL (porcentaje UTF-8) | %C9%8A |
| Nombre oral / lector de pantalla | Latin Capital Letter Small Q With Hook Tail |