Fonts & Character SetsSymbol

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
Lumy
Posts: 24
Joined: Tue Jan 06, 2009 2:41 pm

Symbol

Post by Lumy »

Hello,

can you help me?

A symbol like this (see jpg), where do I find it?

Thank you
Attachments
symbol.jpg
symbol.jpg (8.29 KiB) Viewed 2175 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: Symbol

Post by localghost »

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
meho_r
Posts: 823
Joined: Tue Aug 07, 2007 5:28 pm

Symbol

Post by meho_r »

Reminds me of \hexagon geometric shape from wasysym package:

Code: Select all

\documentclass{article}
\usepackage{wasysym}
\begin{document}
\hexagon
\end{document}
Maybe that is what he's looking for.
Post Reply