I'm trying to rotate the \vDash symbol from amssymb:
\documentclass{article}
\usepackage{graphicx}
\usepackage{amssymb}
\newcommand{\vDashR}{\rotatebox[origin=c]{180}{\ensuremath\vDash}}
\begin{document}
$\Sigma\vDash\vDashR\Gamma$
\end{document}
The rotation comes from here.
With Detexify, I find no predefined symbol.
My problem is that the whole thing is not correctly spaced, and if my eyes are correct, the two symbols are not even perfectly aligned.

\dashv? (Found it with Detexify) – albert Jan 22 '19 at 17:24dashvis another symbol, with only a horizontal line – PeptideChain Jan 22 '19 at 17:28Dof\vDash. Maybe the question https://tex.stackexchange.com/questions/114364/what-command-to-use-for-reversed-vdash gives an answer. One of the answers suggests: "Simply use \Dashv from mathabx package." – albert Jan 22 '19 at 17:31