A space is called weak Hausdorff if the image of every continuous map from a compact Hausdorff space into the space is closed.
I am trying to see where the weak Hausdorff property fits in the following hierarchy of properties between $T_1$ and $T_2$: $$T_2\implies KC\implies US\implies T_1.$$
Here, a space is called KC if all compact subsets are closed. And a space $X$ is US ("unique sequential limits") if every convergent sequence of elements of $X$ has a unique limit in $X$.
Clearly, KC implies weak Hausdorff. I think the following should be true:
Every weak Hausdorff space is US.
(1) Can anyone check that the proof below is correct?
Given that, the chain of implications becomes: $$T_2\implies KC\implies \text{weak Hausdorff}\implies US\implies T_1.$$
The implications in the chain cannot be reversed. An example of weak Hausdorff space that is not KC is $\Bbb Q^*\times\Bbb Q^*$, where $\Bbb Q^*$ is the one-point compactification of $\Bbb Q$, as explained here.
(2) What would be an example of a US space that is not weak Hausdorff?
Proof that weak Hausdorff implies US:
Let $X$ be a weak Hausdorff space. Let $(x_n)$ be a sequence in $X$ that converges to $x\in X$. We have to show that the limit is unique.
The space $Y=\{0\}\cup\{1,\frac{1}{2},\frac{1}{3},...\}$ with the subspace topology induced from $\Bbb R$ is compact Hausdorff. The map $f:Y\to X$ defined by $f(\frac{1}{n})=x_n$ and $f(0)=x$ is continuous at every point $\frac{1}{n}$ as such points are isolated in $Y$, and is continuous at $0$ as the sequence converges to $x$. So the image $f(Y)=\{x\}\cup\{x_1, x_2,...\}$ is closed in $X$. Thus any limit of $(x_n)$ in $X$ must belong to $f(Y)$. Furthermore, as shown in Lemma 1 here, $f(Y)$ is Hausdorff. So the limit of $(x_n)$ is unique.
(Added Mar 6, 2023): Here is an alternative proof following Henno's approach, not making use of Lemma 1 from the other question.
$X$ is clearly $T_1$, as any singleton is compact Hausdorff, hence closed. Now let $(x_n)$ be a converging sequence in $X$. If the sequence has the same value repeated infinitely many times, by taking a subsequence we can assume the sequence is constant, and a constant sequence can only converge to a single point if the space is $T_1$.
Now assume no value is repeated infinitely many times and suppose the sequence converges to two distinct points $x$ and $x'$. By taking a subsequence we can assume neither of $x$ and $x'$ appears as a value in the sequence. If $Y=\mathbb N\cup\{\infty\}$ is the one-point compactfication of the discrete space $\mathbb N$, $Y$ is compact Hausdorff and the map $f:Y\to X$ defined by $f(n)=x_n$ and $f(\infty)=x$ is continuous. Hence $f(Y)$ is closed in $X$. As $x'$ is the limit of the $x_n$, $x'\in\overline{f(Y)}=f(Y)$, but $x'\notin f(Y)$. Contradiction.