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