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