| Nom du symbole | Latin Small Letter Script R |
| Version Unicode | 7.0 |
| Unicode | U+AB4B |
| Bloc Unicode | |
| Catégorie générale | Lowercase Letter (Ll) |
| UTF-8 | EA AD 8B |
| UTF-16 | AB4B |
| UTF-32 | 0000AB4B |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERSCRIPTR}4\end{document}Vous pouvez saisir le symbole latin small letter script r sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 43851 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter script r", or use Unicode Hex Input with AB4B.
Ctrl + Shift + U, type ab4b, 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-script-r::before { content: "\AB4B"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꭋ</span>La représentation du symbole Latin Small Letter Script R dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uAB4B' or String.fromCodePoint(43851) |
| Python | '\N{LATIN SMALL LETTER SCRIPT R}' or chr(43851) |
| Rust | '\u{AB4B}' |
| C / C++ | UTF-8 source or wchar_t with U+AB4B |
| Go | string(rune(0xAB4B)) |
| Ruby | "\u{AB4B}" |
| Code CSS |
\AB4B |
| Code hexadécimal | 0xAB4B |
| Code HTML | ꭋ |
| LaTeX | \text{LATINSMALLLETTERSCRIPTR} |
| Symbole | ꭋ |
| Encodage URL (pourcent UTF-8) | %EA%AD%8B |
| Nom oral / lecteur d’écran | Latin Small Letter Script R |