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