A minimal reproducible example is: ```html <!DOCTYPE HTML> <style> @font-face { unicode-range: U+2 , U+???; } </style> <script> alert(document.styleSheets[0].cssRules[0].style.getPropertyValue('unicode-range')); </script> ```