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