| Nombre del símbolo | Modifier Letter Small G With Hook |
| Versión Unicode | 14.0 |
| Unicode | U+10793 |
| Bloque Unicode | |
| Categoría general | Modifier Letter (Lm) |
| UTF-8 | F0 90 9E 93 |
| UTF-16 | D801 DF93 |
| UTF-32 | 00010793 |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERSMALLGWITHHOOK}4\end{document}Puedes escribir el símbolo modifier letter small g with hook en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 67475 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter small g with hook", or use Unicode Hex Input with 10793.
Ctrl + Shift + U, type 10793, 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.modifier-letter-small-g-with-hook::before { content: "\10793"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>𐞓</span>La representación del símbolo Modifier Letter Small G With Hook en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x10793) |
| Python | '\N{MODIFIER LETTER SMALL G WITH HOOK}' or chr(67475) |
| Rust | '\u{10793}' |
| C / C++ | UTF-8 source or wchar_t with U+10793 |
| Go | string(rune(0x10793)) |
| Ruby | "\u{10793}" |
| Código CSS |
\10793 |
| Código hexadecimal | 0x10793 |
| Código HTML | 𐞓 |
| LaTeX | \text{MODIFIERLETTERSMALLGWITHHOOK} |
| Símbolo | 𐞓 |
| Codificación URL (porcentaje UTF-8) | %F0%90%9E%93 |
| Nombre oral / lector de pantalla | Modifier Letter Small G With Hook |