| Symboolnaam | Modifier Letter Small Capital R |
| Unicode-versie | 14.0 |
| Unicode | U+107AA |
| Unicode-blok | |
| Algemene categorie | Modifier Letter (Lm) |
| CSS-code |
| UTF-8 | F0 90 9E AA |
| UTF-16 | D801 DFAA |
| UTF-32 | 000107AA |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERSMALLCAPITALR}4\end{document}Je kunt het modifier letter small capital r-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 67498 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter small capital r", or use Unicode Hex Input with 107AA.
Ctrl + Shift + U, type 107aa, 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.modifier-letter-small-capital-r::before { content: "\107AA"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>𐞪</span>De weergave van het Modifier Letter Small Capital R-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x107AA) |
| Python | '\N{MODIFIER LETTER SMALL CAPITAL R}' or chr(67498) |
| Rust | '\u{107AA}' |
| C / C++ | UTF-8 source or wchar_t with U+107AA |
| Go | string(rune(0x107AA)) |
| Ruby | "\u{107AA}" |
\107AA |
| Hexadecimale code | 0x107AA |
| HTML-code | 𐞪 |
| LaTeX | \text{MODIFIERLETTERSMALLCAPITALR} |
| Symbool | 𐞪 |
| URL-codering (UTF-8 procent) | %F0%90%9E%AA |
| Uitgesproken naam / schermlezer | Modifier Letter Small Capital R |