Re: [csswg-drafts] [css-syntax-3] `non-ASCII ident code point` might be breaking because it excludes the use of emojis in idents (#8862)

```js
'💅'.charCodeAt(0).toString(16);
// 'd83d'

'💅'.charCodeAt(1).toString(16)
// 'dc85'
```

Seems like there a lot of these in between these two range :
> between U+3001 and U+D7FF
> between U+F900 and U+FDCF



-- 
GitHub Notification of comment by romainmenke
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8862#issuecomment-1555946738 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 20 May 2023 16:28:24 UTC