| Nombre del símbolo | Latin Small Letter L With Double Middle Tilde |
| Versión Unicode | 7.0 |
| Unicode | U+AB38 |
| Bloque Unicode | |
| Categoría general | Lowercase Letter (Ll) |
| UTF-8 | EA AC B8 |
| UTF-16 | AB38 |
| UTF-32 | 0000AB38 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERLWITHDOUBLEMIDDLETILDE}4\end{document}Puedes escribir el símbolo latin small letter l with double middle tilde en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 43832 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter l with double middle tilde", or use Unicode Hex Input with AB38.
Ctrl + Shift + U, type ab38, 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.latin-small-letter-l-with-double-middle-tilde::before { content: "\AB38"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꬸ</span>La representación del símbolo Latin Small Letter L With Double Middle Tilde en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uAB38' or String.fromCodePoint(43832) |
| Python | '\N{LATIN SMALL LETTER L WITH DOUBLE MIDDLE TILDE}' or chr(43832) |
| Rust | '\u{AB38}' |
| C / C++ | UTF-8 source or wchar_t with U+AB38 |
| Go | string(rune(0xAB38)) |
| Ruby | "\u{AB38}" |
| Código CSS |
\AB38 |
| Código hexadecimal | 0xAB38 |
| Código HTML | ꬸ |
| LaTeX | \text{LATINSMALLLETTERLWITHDOUBLEMIDDLETILDE} |
| Símbolo | ꬸ |
| Codificación URL (porcentaje UTF-8) | %EA%AC%B8 |
| Nombre oral / lector de pantalla | Latin Small Letter L With Double Middle Tilde |