| Symbolname | Downwards Harpoon With Barb Left Beside Upwards Harpoon With Barb Right |
| Unicode-Version | 3.2 |
| Unicode | U+296F |
| Unicode-Block | |
| Allgemeine Kategorie | Math Symbol (Sm) |
| UTF-8 | E2 A5 AF |
| UTF-16 | 296F |
| UTF-32 | 0000296F |
1\documentclass{article}2\usepackage{pifont}3\text{DOWNWARDSHARPOONWITHBARBLEFTBESIDEUPWARDSHARPOONWITHBARBRIGHT}4\end{document}Sie können das Symbol downwards harpoon with barb left beside upwards harpoon with barb right auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 10607 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "downwards harpoon with barb left beside upwards harpoon with barb right", or use Unicode Hex Input with 296F.
Ctrl + Shift + U, type 296f, 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.downwards-harpoon-with-barb-left-beside-upwards-harpoon-with-barb-right::before { content: "\296F"; }1<span>⥯</span>Die Darstellung des Symbols Downwards Harpoon With Barb Left Beside Upwards Harpoon With Barb Right in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u296F' or String.fromCodePoint(10607) |
| Python | '\N{DOWNWARDS HARPOON WITH BARB LEFT BESIDE UPWARDS HARPOON WITH BARB RIGHT}' or chr(10607) |
| Rust | '\u{296F}' |
| C / C++ | UTF-8 source or wchar_t with U+296F |
| Go | string(rune(0x296F)) |
| Ruby | "\u{296F}" |
| CSS-Code | \296F |
| Hexadezimalcode | 0x296F |
| HTML-Code | ⥯ |
| LaTeX | \text{DOWNWARDSHARPOONWITHBARBLEFTBESIDEUPWARDSHARPOONWITHBARBRIGHT} |
| Symbol | ⥯ |
| URL-Kodierung (UTF-8-Prozent) | %E2%A5%AF |
| Ansagename (Screenreader) | Downwards Harpoon With Barb Left Beside Upwards Harpoon With Barb Right |