All Projects → jamesplease → Unicode Math.js

jamesplease / Unicode Math.js

Licence: mit
Unicode values for math symbols.

Programming Languages

javascript
184084 projects - #8 most used programming language

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 = require('unicode-math');

// Access values by its LaTeX symbol
unicodeMath['\\neg'];

Each entry has three properties:

  • codePoint: The unicode value as a number
  • type: The type
  • description: A short description

Credits

This library is a port of unicode-math by @wspr.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].