U gate is the most general single-qubit unitary with three parameters. Can represent any single-qubit gate.
Matrix:
$$U(\theta, \phi, \lambda) = \begin{pmatrix} \cos(\theta/2) & -e^{i\lambda}\sin(\theta/2) \\ e^{i\phi}\sin(\theta/2) & e^{i(\phi+\lambda)}\cos(\theta/2) \end{pmatrix}$$
Parameters:
U gate encapsulates all single-qubit rotations:
$$U(\theta, \phi, \lambda) = R_Z(\phi) R_Y(\theta) R_Z(\lambda)$$
Any single-qubit unitary can be decomposed as $U(\theta, \phi, \lambda)$ for appropriate parameters.