I was told that to put the OHMS symbol into a C++ program you write "\u2126"?
My program fed this to me: 
What is the correct method? If anyone could show me how to show superscript and subscripts when running the C++ program, that would be great too (or maybe it's not possible to be shown?)
My program fed this to me: 
What is the correct method? If anyone could show me how to show superscript and subscripts when running the C++ program, that would be great too (or maybe it's not possible to be shown?)
Comment