| Nombre del símbolo | Latin Small Letter R Without Handle |
| Versión Unicode | 7.0 |
| Unicode | U+AB47 |
| Bloque Unicode | |
| Categoría general | Lowercase Letter (Ll) |
| UTF-8 | EA AD 87 |
| UTF-16 | AB47 |
| UTF-32 | 0000AB47 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERRWITHOUTHANDLE}4\end{document}Puedes escribir el símbolo latin small letter r without handle en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 43847 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter r without handle", or use Unicode Hex Input with AB47.
Ctrl + Shift + U, type ab47, 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-without-handle::before { content: "\AB47"; 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 Without Handle en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uAB47' or String.fromCodePoint(43847) |
| Python | '\N{LATIN SMALL LETTER R WITHOUT HANDLE}' or chr(43847) |
| Rust | '\u{AB47}' |
| C / C++ | UTF-8 source or wchar_t with U+AB47 |
| Go | string(rune(0xAB47)) |
| Ruby | "\u{AB47}" |
| Código CSS |
\AB47 |
| Código hexadecimal | 0xAB47 |
| Código HTML | ꭇ |
| LaTeX | \text{LATINSMALLLETTERRWITHOUTHANDLE} |
| Símbolo | ꭇ |
| Codificación URL (porcentaje UTF-8) | %EA%AD%87 |
| Nombre oral / lector de pantalla | Latin Small Letter R Without Handle |