Skip to content

Commit

Permalink
Merge pull request #61 from samueljsb/prime-symbols
Browse files Browse the repository at this point in the history
Add prime and double-prime symbols
  • Loading branch information
samwho authored Apr 27, 2024
2 parents 1164ee6 + 128b914 commit 56406bb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions symbols.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,16 @@ const symbols = [
glyph: "°",
name: "Degree"
},
{
glyph: "′",
name: "Prime",
searchTerms: ["feet", "minute", "arcminute"]
},
{
glyph: "″",
name: "Double prime",
searchTerms: ["inch", "second", "arcsecond"]
},

/* accented characters */
{
Expand Down

0 comments on commit 56406bb

Please sign in to comment.