| Symboolnaam | Latin Small Letter R Rotunda |
| Unicode-versie | 5.1 |
| Unicode | U+A75B |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het latin small letter r rotunda-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Latin Small Letter R Rotunda-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0xA75B |
| HTML-code | ꝛ |
| LaTeX | \text{LATINSMALLLETTERRROTUNDA} |
| Symbool | ꝛ |
| URL-codering (UTF-8 procent) | %EA%9D%9B |
| Uitgesproken naam / schermlezer | Latin Small Letter R Rotunda |