Intersection Symbol in Latex with PyPlotJS

To get the right rendering for $A\cap B$, type the string "A∩B", where ∩ is the html code for \cap, or
the string "A\u2229 B", with \u2229, the unicode for \cap: https://unicode-table.com/en/2229/ .

2 Likes