| Symboolnaam | Upwards Harpoon With Barb Left Beside Upwards Harpoon With Barb Right |
| Unicode-versie | 3.2 |
| Unicode | U+2963 |
| Unicode-blok | |
| Algemene categorie | Math Symbol (Sm) |
| UTF-8 | E2 A5 A3 |
| UTF-16 | 2963 |
| UTF-32 | 00002963 |
1\documentclass{article}2\usepackage{pifont}3\text{UPWARDSHARPOONWITHBARBLEFTBESIDEUPWARDSHARPOONWITHBARBRIGHT}4\end{document}Je kunt het upwards harpoon with barb left beside upwards harpoon with barb right-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 10595 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "upwards harpoon with barb left beside upwards harpoon with barb right", or use Unicode Hex Input with 2963.
Ctrl + Shift + U, type 2963, 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.upwards-harpoon-with-barb-left-beside-upwards-harpoon-with-barb-right::before { content: "\2963"; }1<span>⥣</span>De weergave van het Upwards Harpoon With Barb Left Beside Upwards Harpoon With Barb Right-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u2963' or String.fromCodePoint(10595) |
| Python | '\N{UPWARDS HARPOON WITH BARB LEFT BESIDE UPWARDS HARPOON WITH BARB RIGHT}' or chr(10595) |
| Rust | '\u{2963}' |
| C / C++ | UTF-8 source or wchar_t with U+2963 |
| Go | string(rune(0x2963)) |
| Ruby | "\u{2963}" |
| CSS-code |
\2963 |
| Hexadecimale code | 0x2963 |
| HTML-code | ⥣ |
| LaTeX | \text{UPWARDSHARPOONWITHBARBLEFTBESIDEUPWARDSHARPOONWITHBARBRIGHT} |
| Symbool | ⥣ |
| URL-codering (UTF-8 procent) | %E2%A5%A3 |
| Uitgesproken naam / schermlezer | Upwards Harpoon With Barb Left Beside Upwards Harpoon With Barb Right |