How do I type the symbol in attached file?
3 Answers
May be this:
\documentclass{article}
\newcommand\mysym{%
\mathrel{%
{%
\ooalign{\hidewidth$\mkern3mu\circ$\hidewidth\cr$<$}%
}%
}}
\begin{document}
\[ x\mysym U\]
\end{document}

I would recommend the unicodes U+2A79 and U+2A7A for this, as they are already defined in unicode-math. They are less similar to \sphericalangle and thus easier to distinguish. You need Lua- or XeLaTeX for this.
% arara: lualatex
\documentclass{article}
\usepackage{unicode-math}
\usepackage{fontspec}
\begin{document}
\setmathfont{XITS Math}
$\ltcir\gtcir$
\setmathfont{Asana Math}
$\ltcir\gtcir$
%\setmathfont{Cambria Math} % not available for my machine
% $\ltcir\gtcir$
{\fontspec{code2000.ttf}\symbol{"2A79}\symbol{"2A7A}}
{\fontspec{quivira.otf}\symbol{"2A79}\symbol{"2A7A}}
{\fontspec{symbola.ttf}\symbol{"2A79}\symbol{"2A7A}}
\end{document}
For the last three lines, I checked, which fonts are available for this symbol and you might want to look, which fonts on your machine have it. All three named fonts are nice and very complete. But I am not able to show them right now. Maybe someone else can compile it and add the image.
Here is the screenshot of the unicode-math results.

The first six symbols are relational operators. The last six are not. You may want to introduce macros such as \newcommand*\myltcir{\mathrel{\text{{\fontspec{quivira.otf}\symbol{"2A79}}}}}
- 43,807
Inventing new binary relations is hard on the typesetting :) I can suggest combining it by hand, like the following
\newcommand{\lcirc}{<\hspace{-8pt}\circ}
$\lcirc$
On the first glance I don't find an existing similar symbol in http://mirrors.ctan.org/info/symbols/comprehensive/symbols-a4.pdf
- 325
-
1If I'm not mistaken, it would be better to do the spacing in
mu(math units) so that scaling works correctly. Try using this as a limit for a sum, for example. – Sean Allred Nov 22 '14 at 14:14
TeX.SX. An easy way to find an arbitrary symbol is by "drawing" it onDeTeXify. This is a web-based application which you can find at http://detexify.kirelabs.org/classify.html. Although your example isn't very clear, I think what you're looking for is\sphericalanglefrom packageamssymb(\usepackage{amssymb}to activate). Hopefully this helps you. Good luck! – 1010011010 Nov 22 '14 at 10:06sphericalangle. (This is information to those, who would like to close it as the [illusive] duplicate). – Przemysław Scherwentke Nov 22 '14 at 10:14\sphericalangleand\measuredangle. If that is not the desired result, the question should be reopened. Annad, could you please give a description of the symbol you are looking for (in words) or a higher resolution image of what you are looking for? Is\sphericalangleor\measuredanglewhat you searched? If not, what should be different? – Martin Thoma Nov 22 '14 at 11:59z) and Anthony Karel Seda. – Przemysław Scherwentke Nov 22 '14 at 14:16