| Nom du symbole | Latin Letter Small Capital G With Hook |
| Version Unicode | 1.1 |
| Unicode | U+029B |
| Bloc Unicode | |
| Catégorie générale | Lowercase Letter (Ll) |
| Code CSS | \029B |
| Code hexadécimal | 0x029B |
| Code HTML | ʛ |
| LaTeX | \text{LATINLETTERSMALLCAPITALGWITHHOOK} |
| Symbole | ʛ |
| Encodage URL (pourcent UTF-8) | %CA%9B |
| Nom oral / lecteur d’écran | Latin Letter Small Capital G With Hook |
| UTF-8 | CA 9B |
| UTF-16 | 029B |
| UTF-32 | 0000029B |
1\documentclass{article}2\usepackage{pifont}3\text{LATINLETTERSMALLCAPITALGWITHHOOK}4\end{document}Vous pouvez saisir le symbole latin letter small capital g with hook sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Latin Letter Small Capital G With Hook dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |