I wanted to print the intersection symbol "∩" on the console screen and I was wondering if there is a specific code or something that you have to write in the code before the symbol that you are trying to print similar to using backslashes " \ " inside the string declaration to specify quotation marks, etc. Any help or guidance would be very grateful.
I obviously tried using this at first,
cout<<"INTERSECTION (∩)";
but this resulted in an unexpected output, there was some weird code instead of the symbol on the console screen.