| 記号名 | Upwards Harpoon With Barb Left Beside Downwards Harpoon With Barb Right |
| Unicodeバージョン | 3.2 |
| Unicode | U+296E |
| Unicodeブロック | |
| 一般カテゴリ | Math Symbol (Sm) |
| UTF-8 | E2 A5 AE |
| UTF-16 | 296E |
| UTF-32 | 0000296E |
1\documentclass{article}2\usepackage{pifont}3\text{UPWARDSHARPOONWITHBARBLEFTBESIDEDOWNWARDSHARPOONWITHBARBRIGHT}4\end{document}以下の方法でほとんどの最新デバイスでupwards harpoon with barb left beside downwards harpoon with barb right記号を入力できます:
Alt + 10606 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "upwards harpoon with barb left beside downwards harpoon with barb right", or use Unicode Hex Input with 296E.
Ctrl + Shift + U, type 296e, 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-downwards-harpoon-with-barb-right::before { content: "\296E"; }1<span>⥮</span>各プログラミング言語におけるUpwards Harpoon With Barb Left Beside Downwards Harpoon With Barb Right記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u296E' or String.fromCodePoint(10606) |
| Python | '\N{UPWARDS HARPOON WITH BARB LEFT BESIDE DOWNWARDS HARPOON WITH BARB RIGHT}' or chr(10606) |
| Rust | '\u{296E}' |
| C / C++ | UTF-8 source or wchar_t with U+296E |
| Go | string(rune(0x296E)) |
| Ruby | "\u{296E}" |
| CSSコード |
\296E |
| 16進コード | 0x296E |
| HTMLコード | ⥮ |
| LaTeX | \text{UPWARDSHARPOONWITHBARBLEFTBESIDEDOWNWARDSHARPOONWITHBARBRIGHT} |
| 記号 | ⥮ |
| URLエンコード(UTF-8パーセント) | %E2%A5%AE |
| 読み上げ名 / スクリーンリーダー | Upwards Harpoon With Barb Left Beside Downwards Harpoon With Barb Right |