Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

Latex code questions for curly C [closed]

Writer Andrew Henderson
$\begingroup$

enter image description here

What is the latex code for the curly C? (on the second line of the picture)

$\endgroup$ 2

1 Answer

$\begingroup$

With \usepackage[mathscr]{euscript}, \mathscr{C} will produce the curly C you want. Without this package, it still produces something similar: $\mathscr{C}$

$\endgroup$