diff --git a/symbols.js b/symbols.js index e481f40..54e8d58 100644 --- a/symbols.js +++ b/symbols.js @@ -68,6 +68,16 @@ const symbols = [ name: "Ellipsis", searchTerms: ["..."] }, + { + glyph: "−", + name: "minus", + searchTerms: ["minus", "dash"], + }, + { + glyph: "é", + name: "E with Acute", + searchTerms: ["acute", "e"] + }, { glyph: "•", name: "Vertically Centered Dot", @@ -315,6 +325,42 @@ const symbols = [ glyph: "⌥", name: "Option" }, + { + glyph: "þ", + name: "lowercase thorn" + }, + { + glyph: "Þ", + name: "uppercase thorn" + }, + { + glyph: "ð", + name: "lowercase eth" + }, + { + glyph: "Ð", + name: "uppercase eth" + }, + { + glyph: "†", + name: "dagger" + }, + { + glyph: "♥", + name: "heart" + }, + { + glyph: "♦", + name: "diamond" + }, + { + glyph: "♣", + name: "club" + }, + { + glyph: "♠", + name: "spade" + }, /* invisible characters */ {