| 記号名 | Triple Horizontal Bar With Double Vertical Stroke |
| Unicodeバージョン | 3.2 |
| Unicode | U+2A68 |
| Unicodeブロック | |
| 一般カテゴリ | Math Symbol (Sm) |
| UTF-8 | E2 A9 A8 |
| UTF-16 | 2A68 |
| UTF-32 | 00002A68 |
1\documentclass{article}2\usepackage{pifont}3\text{TRIPLEHORIZONTALBARWITHDOUBLEVERTICALSTROKE}4\end{document}以下の方法でほとんどの最新デバイスでtriple horizontal bar with double vertical stroke記号を入力できます:
Alt + 10856 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "triple horizontal bar with double vertical stroke", or use Unicode Hex Input with 2A68.
Ctrl + Shift + U, type 2a68, 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 geometric symbol support.
1span.triple-horizontal-bar-with-double-vertical-stroke::before { content: "\2A68"; }1<span>⩨</span>各プログラミング言語におけるTriple Horizontal Bar With Double Vertical Stroke記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u2A68' or String.fromCodePoint(10856) |
| Python | '\N{TRIPLE HORIZONTAL BAR WITH DOUBLE VERTICAL STROKE}' or chr(10856) |
| Rust | '\u{2A68}' |
| C / C++ | UTF-8 source or wchar_t with U+2A68 |
| Go | string(rune(0x2A68)) |
| Ruby | "\u{2A68}" |
| CSSコード |
\2A68 |
| 16進コード | 0x2A68 |
| HTMLコード | ⩨ |
| LaTeX | \text{TRIPLEHORIZONTALBARWITHDOUBLEVERTICALSTROKE} |
| 記号 | ⩨ |
| URLエンコード(UTF-8パーセント) | %E2%A9%A8 |
| 読み上げ名 / スクリーンリーダー | Triple Horizontal Bar With Double Vertical Stroke |