Given a vector $\mathbf{v} \in \mathbb{R}^n$, the set of vectors in $\mathbb{R}^n$ orthogonal to $\mathbf{v}$, namely $$\{\mathbf{u} \in \mathbb{R}^n: \mathbf{u} \cdot \mathbf{v}=0\},$$ forms a subspace. In fact, it is the null space of the $1 \times n$ matrix $$\left( \begin{matrix} v_1 & v_2 & \cdots & v_n \\ \end{matrix} \right)$$ if $\mathbf{v}=(v_1,v_2,\ldots,v_n)$.
Question: Is there a specific name or notation for this vector space?