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