Triple Vertical Bar Right Turnstile Symbol ⊪

Copy to Clipboard



Triple Vertical Bar Right Turnstile symbol's PNG and SVG files


How to type triple vertical bar right turnstile symbol in latex

Copy \documentclass{article}
\usepackage{amssymb}
\begin{document}
\Vvdash
\end{document}

How to add triple vertical bar right turnstile symbol via keyboard on different Operating systems

You can type the triple vertical bar right turnstile on most modern devices with the help of following methods:

How to type triple vertical bar right turnstile symbol on Microsoft Word

You can type the triple vertical bar right turnstile on microsoft Microsoft Word using steps mentioned below:

  • Place your cursor in the text area where you need to insert the symbol and type 2 2 A A
  • Without moving the cursor press keys Alt + x together
  • The original 2 2 A A is now transformed into ⊪

How to type triple vertical bar right turnstile symbol on Microsoft Windows

You can type the triple vertical bar right turnstile on Microsoft windows using following steps:

  • Hold Alt and press to type triple vertical bar right turnstile on your windows machine.

How to type triple vertical bar right turnstile symbol on Mac OS

You can type the triple vertical bar right turnstile on Mac OS using following steps:

  • Place your cursor in the text area where you need to insert the symbol
  • Press Ctrl + ⌘ Command + ⎵ Space to bring up the Character Viewer. Alternatively, choose Edit ⇒ Emoji & Symbols
  • Type “Triple Vertical Bar Right Turnstile” in the search field at the top and press Enter
  • The symbol should appear. Click on it to insert it into your text
  • How to type triple vertical bar right turnstile symbol on Mac OS
    How to type triple vertical bar right turnstile symbol on Mac OS

How to type triple vertical bar right turnstile symbol on Linux

You can type the triple vertical bar right turnstile on Linux using following steps:

  • Place your cursor in the text area where you need to insert the symbol
  • Hold ⇧ Shift + Ctrl and press the letter + U
  • Press keys 2 2 A A consecutively
  • And then press ↵ Enter , the desired symbol will be added to your document

How to type triple vertical bar right turnstile symbol on IOS and Android

The easiest way to type the triple vertical bar right turnstile on ios and android is to copy and paste it wherever you need it.


How to use triple vertical bar right turnstile in CSS

Copy // css example
span {
content: "\22AA";
}

How to type triple vertical bar right turnstile in HTML

Copy // html example
<span>&#8874;</span>

Triple Vertical Bar Right Turnstile symbol representation in programming languages

triple vertical bar right turnstile's representation in different programming languages can be found in table below:

Language Representation
Rust \u{22AA}
Ruby \u{22AA}
Python \u22AA
PHP \u{22AA}
Perl "\x{22AA}"
Java \u22AA
Modern JavaScript - Since ES6 \u{22AA}
JavaScript \u22AA
Go \u22AA
C# \u22AA
C and C++ \u22AA
Bash and Zsh - inside echo -e \u22AA
RFC 5137 \u'22AA'
No Result
Try something else