| Symbolname | Latin Small Letter Q With Hook Tail |
| Unicode-Version | 5.0 |
| Unicode | U+024B |
| Unicode-Block | |
| Allgemeine Kategorie | Lowercase Letter (Ll) |
| UTF-8 | C9 8B |
| UTF-16 | 024B |
| UTF-32 | 0000024B |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERQWITHHOOKTAIL}4\end{document}Sie können das Symbol latin small letter q with hook tail auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Latin Small Letter Q With Hook Tail in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |
| CSS-Code |
\024B |
| Hexadezimalcode | 0x024B |
| HTML-Code | ɋ |
| LaTeX | \text{LATINSMALLLETTERQWITHHOOKTAIL} |
| Symbol | ɋ |
| URL-Kodierung (UTF-8-Prozent) | %C9%8B |
| Ansagename (Screenreader) | Latin Small Letter Q With Hook Tail |