I am trying to write a hollow number 1 for my unit step function. Intuitively, since \mathbb{R} provides the nice symbol for real numbers, I would imagine \mathbb{1} do the same. However:
Since the input is $u(t) = \mathbb{1}(t)$, $U(s) = \frac{1}{s}$.
What should I use instead?

dsfontpackage and execute\mathds{1}. – Mico Sep 07 '23 at 22:38\documentclass{article} \usepackage{dsfont} \begin{document} $\mathds{1}$ \end{document}compiles just fine on my Overleaf account. – Mico Sep 07 '23 at 23:20