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