I want to superscript the first character of this text with css $50.00 so that the $ is only half the height of the rest of the text.
How can I do this with css? Is there any way of being able to pick the first symbol in a piece of text and superscript it with css?
This will make:
Into:
Except that $ will be superscript.
Edit: I tested it again and can confirm the above works. However all browser does not support before and after in css.
Otherwise you could just do it with html like this:
Proof of concept markup for both solutions: