Daleth(ℸ) symbol in LaTeX

Symbol/UnicodeDaleth/U+2138
Type of symbolAramaic Letter
Package (requirement)amssymb
ArgumentNo
Latex command\daleth
Example\daleth → ℸ

A letter of the Aramaic alphabet is Daleth, sometimes it is used in latex documents. For this, you need to use the \daleth command of the amssymb package.

Below are some examples.

\documentclass{article}
\usepackage{amssymb}
\begin{document}
   % Use text mode
   A letter of the Aramaic alphabet is $ \daleth  $\\[6pt]
   $ \daleth $
\end{document}

Output :

Daleth symbol output.

Leave a Comment

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

Scroll to Top