How can I type the following characters without copying and pasting them from the web? Perhaps define them as a character myself?
Also, they are not displayed properly when pasted in a code cell but when if it is printed as a string, it is displayed correctly. Is there way to fix this issue so it can be used as a normal character in Mathematica?
Unicode: U+1D132
Unicode: U+1D133
On a similar note, is it possible to generate my own charactres using LaTex? That is, convert the output of this LaTex into a character?
\documentclass{article} \usepackage{stackengine,graphicx} \newcommand\sori{\stackengine{1pt}{\ensuremath{>}}{\rotatebox[origin=c]{90}{% \scalebox{-1.3}[1]{\textsl{=}}}}{O}{c}{F}{F}{L}} \begin{document} \sori \end{document}