| Symbolname | Latin Small Letter R Rotunda |
| Unicode-Version | 5.1 |
| Unicode | U+A75B |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol latin small letter r rotunda auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Latin Small Letter R Rotunda in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0xA75B |
| HTML-Code | ꝛ |
| LaTeX | \text{LATINSMALLLETTERRROTUNDA} |
| Symbol | ꝛ |
| URL-Kodierung (UTF-8-Prozent) | %EA%9D%9B |
| Ansagename (Screenreader) | Latin Small Letter R Rotunda |