| Symbol Name | Latin Small Letter R With Fishhook |
| Unicode Version | 1.1 |
| Unicode | U+027E |
| Unicode block | |
| General category | Lowercase Letter (Ll) |
| CSS Code | \027E |
| Hex Code | 0x027E |
| HTML Code | ɾ |
| LaTeX | \text{LATINSMALLLETTERRWITHFISHHOOK} |
| Symbol | ɾ |
| URL encode (UTF-8 percent) | %C9%BE |
| Spoken / screen reader name | 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}You can type the latin small letter r with fishhook symbol on most modern devices with the help of following methods:
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>Latin Small Letter R With Fishhook symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |