I am trying to create a custom binary operator from < with an arc convex upwards below it. I found \scoh from package smll a sensible way to model the latter, but I cannot figure out how to stack them close enough. My current attempt,
\mathrel{\raisebox{-1em}{$<$}\atop\raisebox{1em}{$\scoh$}}
still does not bring the characters sufficiently close enough; if I try to increase shifts, the characters still refuse to go closer, but only line height increases; apparently, \atop does not want the outline boxes of characters to overlap. How do I bring them close enough, to the \leqslant amount of distance (and preferrably with sensible capline and baseline, so that the usage of the character does not push the line far away from the neighbouring lines)?
This is the closest distance I could achieve:
\documentclass{article}
\usepackage{amsmath,amssymb,amsthm,cmll,lipsum}
\begin{document}
\lipsum[1]$\mathrel{\raisebox{-1em}{$<$}\atop\raisebox{1em}{$\scoh$}}$\lipsum[1]
\end{document}




