| Symbolname | Left Right Arrow Through Small Circle |
| Unicode-Version | 3.2 |
| Unicode | U+2948 |
| Unicode-Block | |
| Allgemeine Kategorie | Math Symbol (Sm) |
| UTF-8 | E2 A5 88 |
| UTF-16 | 2948 |
| UTF-32 | 00002948 |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTRIGHTARROWTHROUGHSMALLCIRCLE}4\end{document}Sie können das Symbol left right arrow through small circle auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 10568 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left right arrow through small circle", or use Unicode Hex Input with 2948.
Ctrl + Shift + U, type 2948, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with arrow symbol support.
1span.left-right-arrow-through-small-circle::before { content: "\2948"; }1<span>⥈</span>Die Darstellung des Symbols Left Right Arrow Through Small Circle in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u2948' or String.fromCodePoint(10568) |
| Python | '\N{LEFT RIGHT ARROW THROUGH SMALL CIRCLE}' or chr(10568) |
| Rust | '\u{2948}' |
| C / C++ | UTF-8 source or wchar_t with U+2948 |
| Go | string(rune(0x2948)) |
| Ruby | "\u{2948}" |
| CSS-Code |
\2948 |
| Hexadezimalcode | 0x2948 |
| HTML-Code | ⥈ |
| LaTeX | \text{LEFTRIGHTARROWTHROUGHSMALLCIRCLE} |
| Symbol | ⥈ |
| URL-Kodierung (UTF-8-Prozent) | %E2%A5%88 |
| Ansagename (Screenreader) | Left Right Arrow Through Small Circle |