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