Symbol/Unicode | Gimel/U+2137 |
---|---|
Type of symbol | Hebrew letter |
Package (requirement) | amssymb |
Argument | No |
Latex command | \gimel |
Example | \gimel → ℷ |
A letter in the Hebrew alphabet is gimel, to print this letter in a latex document you need to use the \gimel
command of the amssymb package.
Below are some examples.
\documentclass{article}
\usepackage{amssymb}
\begin{document}
% Use text mode
A letter in the Hebrew alphabet is $ \gimel $\\[6pt]
$ \gimel $
\end{document}
Output :