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