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