Unicode seems to indicate that ∙ is a filled ∘ since they have adjacent code points.
Suggestion (but open for arguments):
· (middle dot), smallest; match the dot in 0
⋅ (dot operator), smaller; match inner whitespace of ∘
∙ (bullet operator), medium; filled ∘
• (bullet), larger; match inner whitespace of ○
● (black circle, not currently in the font) largest; filled ○
Originally posted by @abrudz in #80 (comment)
Unicode seems to indicate that
∙is a filled∘since they have adjacent code points.Suggestion (but open for arguments):
·(middle dot), smallest; match the dot in0⋅(dot operator), smaller; match inner whitespace of∘∙(bullet operator), medium; filled∘•(bullet), larger; match inner whitespace of○●(black circle, not currently in the font) largest; filled○Originally posted by @abrudz in #80 (comment)