Did some testing with a CAS and found this cute fact:
Consider three points $a$, $b$, $c$ in the complex plane, and $d$ the orthocenter of the triangle $a b c$. Then: $$\det \begin{pmatrix} 1 & a & a^2 & \overline a \\ 1& b & b^2 & \overline b \\ 1& c & c^2 & \overline c\\ 1& d & d^2 & \overline d \end{pmatrix}=0$$ The above as an equation in $d$ has $4$ roots: $a$, $b$, $c$ and the orthocenter of $abc$.
Provided as reference. Perhaps a known fact, haven't seen it. References and/or feedback would be appreciated.
Note:
The formula for the center of the circle through $abc$ seems relevant. One can obtain from it a formula for the orthocenter.
$\bf{Added:}$ The $\Re$ and $\Im$ of the above equation give rectangular hyperbolas ( see also this), which pass through the orthocentric system $abcd$.
$\bf{Added:}$
The solution of @Jean Marie: inspired me to get another one a bit more algebraic. The main idea is still this: since the equation is invariant under complex affine transformations $z \mapsto \alpha z + \beta$, we may assume that $|a|=|b|=|c|=1$ ( the circuscribed circle is the unit circle). Recall that we always have the vector equality ( Sylvester theorem)
$$\vec{OH}= \vec{OA}+\vec{OB} + \vec{OC}$$
where $O$ is the center of the circuscribed circle of the $\Delta ABC$, and $H$ is the orthocenter.
In our case, since $o = 0$, we get for $d$ the orthocenter ( its complex coordinate)
$$d = a+b+c$$
Recall that $\bar a = \frac{1}{a}$, $\bar b = \frac{1}{b}$ and $\bar c= \frac{1}{c}$, so $\bar d = \frac{1}{a} + \frac{1}{b}+ \frac{1}{c}$
It is enough to show that
Now we need to show that
$$\det \begin{pmatrix} \frac{1}{p} &1& p& p^2\\ \frac{1}{q} &1& q& q^2\\ \frac{1}{r} &1& r& r^2 \\ t &1& s& s^2 \end{pmatrix}=0$$
if $s= p+q+r$, and $t= \frac{1}{p} + \frac{1}{q} + \frac{1}{r}$. Now there is a vector perpendicular to the first $3$ rows of the above matrix, it is $(-p q r, p q + q r + p r, -(p+q+r), 1)$. We only need to check that it is also orthogonal to the last row, that is
$$\left(-p q r, p q + q r + p r, -(p+q+r), 1\right)\cdot\left( (\frac{1}{p} + \frac{1}{q} + \frac{1}{r}), 1, (p+q+r), (p+q+r)^2\right) = 0$$
The last two products cancel out obviously, and so do the first two ones.