I use markdown to take school notes. They are later converted, via Pandoc to HTML and PDF (through LaTeX templates). I am trying to typeset a Symbol (floated left) to multiple lines of text. In the browser it looks like this:
This works in HTML by inserting the raw HTML and CSS (using floats and padding or tables). Is there a way to accomplish the same thing in the LaTeX?
Thank you for your help!


tcolorboxallows you to do such things, e.g. https://tex.stackexchange.com/a/66822/121799 . – Feb 25 '19 at 05:47