Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 676 Bytes

File metadata and controls

27 lines (20 loc) · 676 Bytes

Math

Total: 6 emojis

All Emojis

Emoji Code Name
✖️ 2716 FE0F multiply
2795 plus
2796 minus
2797 divide
🟰 1F7F0 heavy equals sign
♾️ 267E FE0F infinity

Usage Examples

// Get random emoji from Math
generator.random({ category: 'math' })

// Get 5 random emojis from Math
generator.random({ count: 5, category: 'math' })

// Get codes from Math
generator.random({ category: 'math', type: 'code' })