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