| 記号名 | Upwards White Arrow On Pedestal With Vertical Bar |
| Unicodeバージョン | 3.0 |
| Unicode | U+21ED |
| Unicodeブロック | |
| 一般カテゴリ | Other Symbol (So) |
| CSSコード |
| UTF-8 | E2 87 AD |
| UTF-16 | 21ED |
| UTF-32 | 000021ED |
1\documentclass{article}2\usepackage{pifont}3\text{UPWARDSWHITEARROWONPEDESTALWITHVERTICALBAR}4\end{document}以下の方法でほとんどの最新デバイスでupwards white arrow on pedestal with vertical bar記号を入力できます:
Alt + 8685 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "upwards white arrow on pedestal with vertical bar", or use Unicode Hex Input with 21ED.
Ctrl + Shift + U, type 21ed, 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-white-arrow-on-pedestal-with-vertical-bar::before { content: "\21ED"; }1<span>⇭</span>各プログラミング言語におけるUpwards White Arrow On Pedestal With Vertical Bar記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u21ED' or String.fromCodePoint(8685) |
| Python | '\N{UPWARDS WHITE ARROW ON PEDESTAL WITH VERTICAL BAR}' or chr(8685) |
| Rust | '\u{21ED}' |
| C / C++ | UTF-8 source or wchar_t with U+21ED |
| Go | string(rune(0x21ED)) |
| Ruby | "\u{21ED}" |
\21ED |
| 16進コード | 0x21ED |
| HTMLコード | ⇭ |
| LaTeX | \text{UPWARDSWHITEARROWONPEDESTALWITHVERTICALBAR} |
| 記号 | ⇭ |
| URLエンコード(UTF-8パーセント) | %E2%87%AD |
| 読み上げ名 / スクリーンリーダー | Upwards White Arrow On Pedestal With Vertical Bar |