| Symbolname | Latin Letter Small Capital G With Hook |
| Unicode-Version | 1.1 |
| Unicode | U+029B |
| Unicode-Block | |
| Allgemeine Kategorie | Lowercase Letter (Ll) |
| UTF-8 | CA 9B |
| UTF-16 | 029B |
| UTF-32 | 0000029B |
1\documentclass{article}2\usepackage{pifont}3\text{LATINLETTERSMALLCAPITALGWITHHOOK}4\end{document}Sie können das Symbol latin letter small capital g with hook auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 667 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin letter small capital g with hook", or use Unicode Hex Input with 029B.
Ctrl + Shift + U, type 029b, 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.g-hook::before { content: "\029B"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ʛ</span>Die Darstellung des Symbols Latin Letter Small Capital G With Hook in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u029B' or String.fromCodePoint(667) |
| Python | '\N{LATIN LETTER SMALL CAPITAL G WITH HOOK}' or chr(667) |
| Rust | '\u{029B}' |
| C / C++ | UTF-8 source or wchar_t with U+029B |
| Go | string(rune(0x029B)) |
| Ruby | "\u{029B}" |
| CSS-Code |
\029B |
| Hexadezimalcode | 0x029B |
| HTML-Code | ʛ |
| LaTeX | \text{LATINLETTERSMALLCAPITALGWITHHOOK} |
| Symbol | ʛ |
| URL-Kodierung (UTF-8-Prozent) | %CA%9B |
| Ansagename (Screenreader) | Latin Letter Small Capital G With Hook |