| Symbolname | Latin Small Letter Turned R With Long Leg |
| Unicode-Version | 1.1 |
| Unicode | U+027A |
| Unicode-Block | |
| Allgemeine Kategorie | Lowercase Letter (Ll) |
| UTF-8 | C9 BA |
| UTF-16 | 027A |
| UTF-32 | 0000027A |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERTURNEDRWITHLONGLEG}4\end{document}Sie können das Symbol latin small letter turned r with long leg auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 634 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter turned r with long leg", or use Unicode Hex Input with 027A.
Ctrl + Shift + U, type 027a, 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.turned-r-long-leg::before { content: "\027A"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ɺ</span>Die Darstellung des Symbols Latin Small Letter Turned R With Long Leg in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u027A' or String.fromCodePoint(634) |
| Python | '\N{LATIN SMALL LETTER TURNED R WITH LONG LEG}' or chr(634) |
| Rust | '\u{027A}' |
| C / C++ | UTF-8 source or wchar_t with U+027A |
| Go | string(rune(0x027A)) |
| Ruby | "\u{027A}" |
| CSS-Code |
\027A |
| Hexadezimalcode | 0x027A |
| HTML-Code | ɺ |
| LaTeX | \text{LATINSMALLLETTERTURNEDRWITHLONGLEG} |
| Symbol | ɺ |
| URL-Kodierung (UTF-8-Prozent) | %C9%BA |
| Ansagename (Screenreader) | Latin Small Letter Turned R With Long Leg |