Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Superscript registered mark '®' inside select menu

Is is possible to have a superscript registered mark "®" inside a select menu? If so, how is this done? Can you use CSS to achieve this?

like image 777
GOOT Avatar asked Mar 01 '23 01:03

GOOT


2 Answers

There's no way to make a single character superscript inside an <option>. You're stuck with a regular ® (&reg;).

like image 51
Greg Avatar answered Mar 05 '23 19:03

Greg


You can achieve results in tough cases using this method to superscript special characters with jQuery. But I must admit that inside an option... I'm blank.

like image 37
Adal Avatar answered Mar 05 '23 20:03

Adal