I'm trying to get the package siunitx to output the units for sheet resistance (Ohm per square), with the square as a square box. My current solution (in text mode) is:
30-60 $\Omega/\square$
Which works, but I prefer to have it rendered using the \SI command, for code consistency. My closest approach within the SIunitx commands is
\SIrange{30}{60}{\Ohm/sq}
This doesn't output the box, but rather the letters sq. Simply using \square fails, since that is already defined as longhand for ^2. Is there any way to output the square symbol within SIunitx?



