| 記号名 | Negated Double Vertical Bar Double Right Turnstile |
| Unicodeバージョン | 1.1 |
| Unicode | U+22AF |
| Unicodeブロック | |
| 一般カテゴリ | Math Symbol (Sm) |
| CSSコード |
| UTF-8 | E2 8A AF |
| UTF-16 | 22AF |
| UTF-32 | 000022AF |
1\documentclass{article}2\usepackage{pifont}3\mathrm{⊯}4\end{document}以下の方法でほとんどの最新デバイスでnegated double vertical bar double right turnstile記号を入力できます:
Alt + 8879 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "negated double vertical bar double right turnstile", or use Unicode Hex Input with 22AF.
Ctrl + Shift + U, type 22af, 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 math symbol support.
1span.negated-double-vertical-bar-double-right-turnstile::before { content: "\22AF"; }1<span>⊯</span>各プログラミング言語におけるNegated Double Vertical Bar Double Right Turnstile記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u22AF' or String.fromCodePoint(0x22AF) |
| Python | '\N{NEGATED DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE}' or chr(8879) |
| Rust | '\u{22AF}' |
| C / C++ | UTF-8 source or wchar_t with U+22AF |
| Go | string(rune(0x22AF)) |
| Ruby | "\u22AF" |
\22AF |
| 16進コード | 0x22AF |
| HTMLコード | ⊯ |
| LaTeX | \mathrm{⊯} |
| 記号 | ⊯ |
| URLエンコード(UTF-8パーセント) | %E2%8A%AF |
| 読み上げ名 / スクリーンリーダー | Negated Double Vertical Bar Double Right Turnstile |