Hello. The following code ``` require('css-what')('.m²') ``` throws an exception ``` SyntaxError: Unmatched selector: ² ``` But the default `document.querySelector('.m²')` works, so `.m²` is a valid selector.