unicode-math.js
Unicode values for LaTeX math symbols.
Installation
Install via npm.
npm install unicode-math
Basic Use
This library exports an object that contains each symbol.
var unicodeMath = ; // Access values by its LaTeX symbolunicodeMath'\\neg';
Each entry has three properties:
codePoint
: The unicode value as a numbertype
: The typedescription
: A short description
Credits
This library is a port of unicode-math by @wspr.