Name of a symbol

96 Views Asked by At

How is the symbol in the middle read and how to write it in latex enter image description here

1

There are 1 best solutions below

2
On

You need to type: \usepackage{eufrak} and then \mathfrak{S} between dollars $ $.
$$\mathfrak{S}$$

Hope it helps!

Edit: the package name is "eufrak", not "mathfrak", sorry for the typo.