I wanted to enter this character in my LaTeX code.But I am not able to find the command for it. Can anybody help me with it?
Asked
Active
Viewed 103 times
1
2 Answers
3
This is the answer for the clarified question (lowercase c):
\documentclass{article}
\usepackage{mathbbol}
\begin{document}
\[
\mathbb{c}
\]
\end{document}
Przemysław Scherwentke
- 37,268
1
You could also try
\documentclass{article}
\usepackage{dsfont}
\usepackage{textcomp}
\begin{document}
\ensuremath{\mathds{C}}%dsfont
\textcolonmonetary%textcomp
\end{document}
knut
- 8,838


amsmathpackage). – Przemysław Scherwentke Dec 28 '17 at 10:49