Is it possible to use #CSS to change the font *size* of a single character using `unicode-range`?

As far as I can tell, `unicode-range` only works in `font-family`. So I could use it to set a different typeface, but not a size.

#QTWTAIN

@Edent Horrible hack: could you perhaps define a second font-face rule (unsure whether it’d need a different name) with a unicode-range for the one character, and a size-adjust rule, pointing to the same source font file?

I don’t know if it’d work reliably, but I think it might be fine per spec!

@eval good plan. Sadly, I couldn't get it to work.
I think it is impossible.