[Tex/LaTex] Logical symbol for exclusive disjunction: fwwf

symbols

Neither detexify nor the list of mathematical symbols yield what I am looking for:

A logical symbol for the truth-function (FWWF)(pq), in English "Neither p nor q", also called 'exclusive disjunction', that looks like that:

>--<

This is the symbol that was used in the logics course I attended (University of Zurich). It seems that this symbol is non-standard.

Does anyone know how to write it in LaTeX?
or:
What symbol is the standard?

Some suggestions:

\oplus 

\downarrow

\veebar

Best Answer

Something like

\def\hmm{>\joinrel\relbar\joinrel<}

$a \hmm b 

perhaps?

enter image description here