| Symbol Name | Latin Small Letter R Rotunda |
| Unicode Version | 5.1 |
| Unicode | U+A75B |
| Unicode block | |
| General category | Lowercase Letter (Ll) |
| CSS Code |
| UTF-8 | EA 9D 9B |
| UTF-16 | A75B |
| UTF-32 | 0000A75B |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERRROTUNDA}4\end{document}You can type the latin small letter r rotunda symbol on most modern devices with the help of following methods:
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>Latin Small Letter R Rotunda symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\A75B |
| Hex Code | 0xA75B |
| HTML Code | ꝛ |
| LaTeX | \text{LATINSMALLLETTERRROTUNDA} |
| Symbol | ꝛ |
| URL encode (UTF-8 percent) | %EA%9D%9B |
| Spoken / screen reader name | Latin Small Letter R Rotunda |