| Nombre del símbolo | Latin Small Letter L With Caron |
| Versión Unicode | 1.1 |
| Unicode | U+013E |
| Bloque Unicode | |
| Categoría general | Lowercase Letter (Ll) |
| UTF-8 | C4 BE |
| UTF-16 | 013E |
| UTF-32 | 0000013E |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERLWITHCARON}4\end{document}Puedes escribir el símbolo latin small letter l with caron en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 318 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter l with caron", or use Unicode Hex Input with 013E.
Ctrl + Shift + U, type 013e, 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-caron::before { content: "\013E"; 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 Caron en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u013E' or String.fromCodePoint(318) |
| Python | '\N{LATIN SMALL LETTER L WITH CARON}' or chr(318) |
| Rust | '\u{013E}' |
| C / C++ | UTF-8 source or wchar_t with U+013E |
| Go | string(rune(0x013E)) |
| Ruby | "\u{013E}" |
| Código CSS |
\013E |
| Código hexadecimal | 0x013E |
| Código HTML | ľ |
| LaTeX | \text{LATINSMALLLETTERLWITHCARON} |
| Símbolo | ľ |
| Codificación URL (porcentaje UTF-8) | %C4%BE |
| Nombre oral / lector de pantalla | Latin Small Letter L With Caron |