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