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 2079 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
localghost
Site Moderator
Posts: 9201
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
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]

¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
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