latex-to-unicode.js Convert LaTeX strings to unicode. Installing Install via npm. npm install latex-to-unicode Usage var latexToUnicode = require('latex-to-unicode'); latexToUnicode('\\frak{A} + \\alpha = 3'); // > 𝔄 + α = 3 Credits This is a Node port of latex-to-unicode by @ypsu.