| 記号名 | Leftwards Triangle-headed Arrow With Double Horizontal Stroke |
| Unicodeバージョン | 7.0 |
| Unicode | U+2B7A |
| Unicodeブロック | |
| 一般カテゴリ | Other Symbol (So) |
| UTF-8 | E2 AD BA |
| UTF-16 | 2B7A |
| UTF-32 | 00002B7A |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTWARDSTRIANGLE-HEADEDARROWWITHDOUBLEHORIZONTALSTROKE}4\end{document}以下の方法でほとんどの最新デバイスでleftwards triangle-headed arrow with double horizontal stroke記号を入力できます:
Alt + 11130 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "leftwards triangle-headed arrow with double horizontal stroke", or use Unicode Hex Input with 2B7A.
Ctrl + Shift + U, type 2b7a, 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.leftwards-triangle-headed-arrow-with-double-horizontal-stroke::before { content: "\2B7A"; }1<span>⭺</span>各プログラミング言語におけるLeftwards Triangle-headed Arrow With Double Horizontal Stroke記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u2B7A' or String.fromCodePoint(11130) |
| Python | '\N{LEFTWARDS TRIANGLE-HEADED ARROW WITH DOUBLE HORIZONTAL STROKE}' or chr(11130) |
| Rust | '\u{2B7A}' |
| C / C++ | UTF-8 source or wchar_t with U+2B7A |
| Go | string(rune(0x2B7A)) |
| Ruby | "\u{2B7A}" |
| CSSコード |
\2B7A |
| 16進コード | 0x2B7A |
| HTMLコード | ⭺ |
| LaTeX | \text{LEFTWARDSTRIANGLE-HEADEDARROWWITHDOUBLEHORIZONTALSTROKE} |
| 記号 | ⭺ |
| URLエンコード(UTF-8パーセント) | %E2%AD%BA |
| 読み上げ名 / スクリーンリーダー | Leftwards Triangle-headed Arrow With Double Horizontal Stroke |