How do I insert a 'Tironian Sign Et' in LaTeX?
http://www.fileformat.info/info/unicode/char/204a/index.htm
or is there a symbol that looks just like it?
How do I insert a 'Tironian Sign Et' in LaTeX?
http://www.fileformat.info/info/unicode/char/204a/index.htm
or is there a symbol that looks just like it?
That depends on the compiler you use (and your operating system). In XeLaTeX, for example, you can directly enter the Unicode character (or copy it from a chart) using your OS's means (e.g. combining keys under a Linux running KDE; <Alt>+<+>+[Hex-Code] in Windows if enabled).
Other compilers ('standard' LaTeX) may not natively support Unicode input. See Entering Unicode characters in LaTeX.
tikzto draw it from scratch, but I suspect that would be similar in many regards to using it as a graphic. – Steven B. Segletes Jun 16 '16 at 15:25\documentclass{article} \usepackage{amsfonts,trimclip} \def\viz{\setbox0=\hbox{$\mathfrak{7}$}\clipbox{0pt \dp0 0pt 0pt}{$\mathfrak{7}$}} \begin{document} vi\viz\par \Huge vi\viz \end{document}– Steven B. Segletes Jun 16 '16 at 15:52