in two dimensions there is a simple trick to study the spectrum of operators of the form
$$\textbf{A}:=\left( \begin{matrix}0 && A^* \\ A && 0 \end{matrix}\right)$$
The trick is to square the matrix to get $$\textbf{A}^2=\left( \begin{matrix}A^*A && 0 \\ 0 && AA^* \end{matrix}\right).$$
This matrix is now in very simple form, we may study the operators on the diagonal and recover the spectrum of $\textbf{A}$ by taking $\pm$ the square root of the spectrum of the operators on the diagonal (spectral mapping theorem).
This is a very common method that is successfully applied for example to Dirac operators.
I ask: Is there a way to generalize this method to dimension $3$ when studying operators of the form
$$\textbf{D}:=\left( \begin{matrix}0 && A^* &&B^* \\ A && 0 && C^* \\ B && C && 0\end{matrix}\right)?$$
Would it help if $A,B,C \in \mathbb{C}$?