| Nombre del símbolo | Latin Letter Small Capital G With Hook |
| Versión Unicode | 1.1 |
| Unicode | U+029B |
| Bloque Unicode | |
| Categoría general | Lowercase Letter (Ll) |
| Código CSS | \029B |
| Código hexadecimal | 0x029B |
| Código HTML | ʛ |
| LaTeX | \text{LATINLETTERSMALLCAPITALGWITHHOOK} |
| Símbolo | ʛ |
| Codificación URL (porcentaje UTF-8) | %CA%9B |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo latin letter small capital g with hook en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Latin Letter Small Capital G With Hook en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |