| Symbol Name | Latin Small Letter R Without Handle |
| Unicode Version | 7.0 |
| Unicode | U+AB47 |
| Unicode block | |
| General category | Lowercase Letter (Ll) |
| CSS Code |
| UTF-8 | EA AD 87 |
| UTF-16 | AB47 |
| UTF-32 | 0000AB47 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERRWITHOUTHANDLE}4\end{document}You can type the latin small letter r without handle symbol on most modern devices with the help of following methods:
Alt + 43847 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter r without handle", or use Unicode Hex Input with AB47.
Ctrl + Shift + U, type ab47, 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-r-without-handle::before { content: "\AB47"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꭇ</span>Latin Small Letter R Without Handle symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uAB47' or String.fromCodePoint(43847) |
| Python | '\N{LATIN SMALL LETTER R WITHOUT HANDLE}' or chr(43847) |
| Rust | '\u{AB47}' |
| C / C++ | UTF-8 source or wchar_t with U+AB47 |
| Go | string(rune(0xAB47)) |
| Ruby | "\u{AB47}" |
\AB47 |
| Hex Code | 0xAB47 |
| HTML Code | ꭇ |
| LaTeX | \text{LATINSMALLLETTERRWITHOUTHANDLE} |
| Symbol | ꭇ |
| URL encode (UTF-8 percent) | %EA%AD%87 |
| Spoken / screen reader name | Latin Small Letter R Without Handle |