Unicode symbols with Windows CMD fallbacks
Windows CMD only supports a limited character set.
$ npm install --save figures
See the source for supported symbols.
const figures = require('figures');
console.log(figures.tick);
// On real OSes: ✔︎
// On Windows: √
MIT © Sindre Sorhus