Skip to content

Commit

Permalink
Merge pull request #65 from katiesteckles/patch-2
Browse files Browse the repository at this point in the history
Add ≠ symbol
  • Loading branch information
samwho authored Jun 18, 2024
2 parents 6593025 + 0b70c77 commit d2f042a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions symbols.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@ const symbols = [
glyph: "∂",
name: "Partial Derivative"
},
{
glyph: "≠",
name: "Not equals",
searchTerms: ["neq","unequal","different"]
},
{
glyph: "¹",
name: "Superscript One",
Expand Down

0 comments on commit d2f042a

Please sign in to comment.