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