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