| 記号名 | Left Right Double Arrow With Stroke |
| Unicodeバージョン | 1.1 |
| Unicode | U+21CE |
| Unicodeブロック | |
| 一般カテゴリ | Math Symbol (Sm) |
| CSSコード |
| UTF-8 | E2 87 8E |
| UTF-16 | 21CE |
| UTF-32 | 000021CE |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTRIGHTDOUBLEARROWWITHSTROKE}4\end{document}以下の方法でほとんどの最新デバイスでleft right double arrow with stroke記号を入力できます:
Alt + 8654 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left right double arrow with stroke", or use Unicode Hex Input with 21CE.
Ctrl + Shift + U, type 21ce, 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.left-right-double-arrow-with-stroke::before { content: "\21CE"; }1<span>⇎</span>各プログラミング言語におけるLeft Right Double Arrow With Stroke記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u21CE' or String.fromCodePoint(8654) |
| Python | '\N{LEFT RIGHT DOUBLE ARROW WITH STROKE}' or chr(8654) |
| Rust | '\u{21CE}' |
| C / C++ | UTF-8 source or wchar_t with U+21CE |
| Go | string(rune(0x21CE)) |
| Ruby | "\u{21CE}" |
\21CE |
| 16進コード | 0x21CE |
| HTMLコード | ⇎ |
| LaTeX | \text{LEFTRIGHTDOUBLEARROWWITHSTROKE} |
| 記号 | ⇎ |
| URLエンコード(UTF-8パーセント) | %E2%87%8E |
| 読み上げ名 / スクリーンリーダー | Left Right Double Arrow With Stroke |