Gimel(ℷ) symbol in LaTeX

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 :

Gimel symbol output.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top