A different method for rendering complex square roots with non-real radicands is what I call "the angle bisection method", from a familiar geometric construction.
Render
$(z+|z|)^2=z^2+2z|z|+|z|^2=z^2+2z|z|+z\overline{z}$
$=2z|z|+2z(z+\overline{z})$
$\color{blue}{=2z(|z|+\Re(z))}$
So, upon taking square roots and solving:
$\sqrt z=\pm(z+|z|)/\sqrt{2(|z|+\Re(z))}$
Note the denominator is real, so the real and imaginary parts are automatically resolved. Here $|z|=11$ is rational, allowing a simplified form for the square root. We directly get, as given in other answers, $\pm (3+\sqrt 2i)$.
{2}
instead of regular brackets, $\sqrt{2}$ renders correctly. In fact, since $2$ is a single digit, you don't really need brackets at all:\sqrt 2
works just fine. – Arthur Jun 21 '19 at 08:49