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