| Symbolname | Circled Parallel |
| Unicode-Version | 3.2 |
| Unicode | U+29B7 |
| Unicode-Block | |
| Allgemeine Kategorie | Math Symbol (Sm) |
| CSS-Code | \29B7 |
| Hexadezimalcode | 0x29B7 |
| HTML-Code | ⦷ |
| LaTeX | \text{CIRCLEDPARALLEL} |
| Symbol | ⦷ |
| URL-Kodierung (UTF-8-Prozent) | %E2%A6%B7 |
| Ansagename (Screenreader) | Circled Parallel |
| UTF-8 | E2 A6 B7 |
| UTF-16 | 29B7 |
| UTF-32 | 000029B7 |
1\documentclass{article}2\usepackage{pifont}3\text{CIRCLEDPARALLEL}4\end{document}Sie können das Symbol circled parallel auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 10679 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "circled parallel", or use Unicode Hex Input with 29B7.
Ctrl + Shift + U, type 29b7, 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 geometric symbol support.
1span.circled-parallel::before { content: "\29B7"; }1<span>⦷</span>Die Darstellung des Symbols Circled Parallel in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u29B7' or String.fromCodePoint(10679) |
| Python | '\N{CIRCLED PARALLEL}' or chr(10679) |
| Rust | '\u{29B7}' |
| C / C++ | UTF-8 source or wchar_t with U+29B7 |
| Go | string(rune(0x29B7)) |
| Ruby | "\u{29B7}" |