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