free-symbols

Vertical Bar Triple Right Turnstile Symbol

⫢ is the “vertical bar triple right turnstile” symbol, commonly used as a specialized mathematical operator.

U+2AE2

⫢ (U+2AE2) is a Unicode character in the Math category. It’s often used as a right-pointing turnstile-like operator in formal notation.

Vertical Bar Triple Right Turnstile Symbol Meaning

The character ⫢ is named “VERTICAL BAR TRIPLE RIGHT TURNSTILE” (Unicode code point U+2AE2). Like other turnstile-style symbols, it is used in mathematical and logic contexts to express a relation involving a change in status, derivability, or entailment, often in specialized form. The “triple right” aspect indicates a particular variant of the turnstile glyph, which can matter in formal writing where different turnstile forms represent different semantics. Because it’s a Unicode math symbol, it’s best handled through direct Unicode copy/paste or proper escaping in HTML, CSS, and JavaScript.

Common uses

  • Typing specialized logic or proof notation in plain text
  • Labeling a rule or inference step in documentation or textbooks
  • Formatting mathematical expressions in design prototypes
  • Including the symbol in technical writing where a specific turnstile glyph is needed
  • Using the character in UI text for math-focused apps

Examples

⫢ Vertical Bar Triple Right Turnstile

  • A ⫢ B (example notation in a logic rule)
  • Γ ⫢ Δ (example sequent-like writing)
  • x ⫢ y denotes a relation in a formal system
  • From premises, apply the ⫢ operator to continue the proof
  • Use ⫢ in the rule name: “turnstile triple right”

Variations

Ready to copy

Technical codes

UnicodeU+2AE2
HTML Entity⫢
HTML Code⫢
CSS\2AE2

FAQ

What does the Vertical Bar Triple Right Turnstile symbol mean?

The character ⫢ is named “VERTICAL BAR TRIPLE RIGHT TURNSTILE” (Unicode code point U+2AE2). Like other turnstile-style symbols, it is used in mathematical and logic contexts to express a relation involving a change in status, derivability, or entailment, often in specialized form. The “triple right” aspect indicates a particular variant of the turnstile glyph, which can matter in formal writing where different turnstile forms represent different semantics. Because it’s a Unicode math symbol, it’s best handled through direct Unicode copy/paste or proper escaping in HTML, CSS, and JavaScript.

What is the Unicode code point for ⫢?

The Unicode code point for ⫢ is U+2AE2.

How can I copy ⫢ into my documents?

Copy the character directly (⫢) from this page, then paste it into your editor, browser, or design tool.

How do I use ⫢ in HTML?

You can use the HTML entity: ⫢.

How do I reference ⫢ in CSS or JavaScript?

In CSS, use \\2AE2. In JavaScript, use \\u{2AE2}.