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