1721223-1.html (498B)
1 <!DOCTYPE html> 2 <style> 3 div { 4 background: black; 5 height: 2em; 6 margin: 1em; 7 float: left; 8 } 9 </style> 10 11 <!-- U+209B (subscript 's') is present in the macOS system font, so it should not render 12 with the width of the hexbox produced by the U+FDD0 noncharacter. --> 13 14 <p>The two blocks should NOT be the same width:</p> 15 16 <div></div> <!-- noncharacter (renders hexbox) --> 17 18 <div>ₛₛₛₛₛ</div> <!-- subscript letter s -->