'How to send super-script & sub-script numbers from C# to SQL server DB
I have dot-net core, C# at server side. I want to seed some chemical equations as data, which contains both super-script & sub-script. I tried UTF-16 code ("\U00B2") for super-script 2 in C# string, but it stopped showing all options in dropdown menu in UI (Angular). What should I do so that I can keep super-script & sub-script in chemical formulas, so that when it gets seeded, it shows up as it is in dropdown menu in UI?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
