1

How to write the following symbol in LaTeX

enter image description here

that's used for Banach algebras.

egreg
  • 1,121,712

1 Answers1

2

It is a fraktur "E".

\documentclass{article}
\usepackage{amssymb}
\begin{document}
$\mathfrak{E}_p(I)$
\end{document}

enter image description here

Interestingly, while http://detexify.kirelabs.org/classify.html is usually very good with this, I was not able to get auto-recognition of the fraktur E.

enter image description here