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