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