| 記号名 | Long Rightwards Double Arrow From Bar |
| Unicodeバージョン | 3.2 |
| Unicode | U+27FE |
| Unicodeブロック | |
| 一般カテゴリ | Math Symbol (Sm) |
| CSSコード |
| UTF-8 | E2 9F BE |
| UTF-16 | 27FE |
| UTF-32 | 000027FE |
1\documentclass{article}2\usepackage{pifont}3\text{LONGRIGHTWARDSDOUBLEARROWFROMBAR}4\end{document}以下の方法でほとんどの最新デバイスでlong rightwards double arrow from bar記号を入力できます:
Alt + 10238 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "long rightwards double arrow from bar", or use Unicode Hex Input with 27FE.
Ctrl + Shift + U, type 27fe, 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.long-rightwards-double-arrow-from-bar::before { content: "\27FE"; }1<span>⟾</span>各プログラミング言語におけるLong Rightwards Double Arrow From Bar記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u27FE' or String.fromCodePoint(10238) |
| Python | '\N{LONG RIGHTWARDS DOUBLE ARROW FROM BAR}' or chr(10238) |
| Rust | '\u{27FE}' |
| C / C++ | UTF-8 source or wchar_t with U+27FE |
| Go | string(rune(0x27FE)) |
| Ruby | "\u{27FE}" |
\27FE |
| 16進コード | 0x27FE |
| HTMLコード | ⟾ |
| LaTeX | \text{LONGRIGHTWARDSDOUBLEARROWFROMBAR} |
| 記号 | ⟾ |
| URLエンコード(UTF-8パーセント) | %E2%9F%BE |
| 読み上げ名 / スクリーンリーダー | Long Rightwards Double Arrow From Bar |