| Nome del simbolo | Latin Small Letter R With Fishhook |
| Versione Unicode | 1.1 |
| Unicode | U+027E |
| Blocco Unicode | |
| Categoria generale | Lowercase Letter (Ll) |
| Codice CSS | \027E |
| Codice esadecimale | 0x027E |
| Codice HTML | ɾ |
| LaTeX | \text{LATINSMALLLETTERRWITHFISHHOOK} |
| Simbolo | ɾ |
| Codifica URL (percentuale UTF-8) | %C9%BE |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo latin small letter r with fishhook sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Latin Small Letter R With Fishhook nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |