Hello,
can you help me?
A symbol like this (see jpg), where do I find it?
Thank you
Fonts & Character Sets ⇒ Symbol
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: Symbol
Never saw this. What does it symbolize? In case of need draw it yourself by means of a graphics package (see forum search).
Best regards
Thorsten
Best regards
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Symbol
Reminds me of \hexagon geometric shape from wasysym package:
Maybe that is what he's looking for.
Code: Select all
\documentclass{article}
\usepackage{wasysym}
\begin{document}
\hexagon
\end{document}