0

How can I get this vertical line in LaTeX:

|

I dont see a command for it, and if I type | it becomes horizontal.

CarLaTeX
  • 62,716

1 Answers1

8

With a suitable font encoding, you can simply type |

\documentclass{article}
\usepackage[T1]{fontenc}
\begin{document}
|
\end{document}