1. CSS all property

    A shorthand property for resetting all CSS properties except for `direction` and `unicode-bidi`.

  2. Font unicode-range subsetting

    This @font-face descriptor defines the set of Unicode codepoints that may be supported by the font face for which it is declared. The descriptor value is a comma-delimited list of Unicode range (<urange>) values. The union of these ranges defines the set of codepoints that serves as a hint for user agents when deciding whether or not to download a font resource for a given text run.

  3. KeyboardEvent.charCode

    A legacy `KeyboardEvent` property that gives the Unicode codepoint number of a character key pressed during a `keypress` event.

  4. cssfontfacedescriptors api: unicode-range

  5. cssfontfacedescriptors api: unicoderange

  6. customelementregistry api: define: emoji and more unicode in element and attribute names and namespace prefix (valid names match html parser)

  7. customelementregistry api: whendefined: emoji and more unicode in element and attribute names and namespace prefix (valid names match html parser)

  8. document api: createattributens: emoji and more unicode in element and attribute names and namespace prefix (valid names match html parser)

  9. document api: createattribute: emoji and more unicode in element and attribute names and namespace prefix (valid names match html parser)

  10. document api: createelementns: emoji and more unicode in element and attribute names and namespace prefix (valid names match html parser)

  11. document api: createelement: emoji and more unicode in element and attribute names and namespace prefix (valid names match html parser)

  12. element api: setattributenodens: emoji and more unicode in element and attribute names and namespace prefix (valid names match html parser)

  13. element api: setattribute: emoji and more unicode in element and attribute names and namespace prefix (valid names match html parser)

  14. element api: toggleattribute: emoji and more unicode in element and attribute names and namespace prefix (valid names match html parser)

  15. fontface api: unicoderange

  16. css property: font-variant-emoji: unicode

  17. css property: unicode-bidi

  18. css property: unicode-bidi: bidi-override

  19. css property: unicode-bidi: embed

  20. css property: unicode-bidi: isolate

  21. css property: unicode-bidi: isolate-override

  22. css property: unicode-bidi: normal

  23. css property: unicode-bidi: plaintext

  24. types: `<string>`: unicode escaped characters (`\xx`)

  25. javascript built-in: regexp: unicode

  26. javascript built-in: regexp: unicodesets

  27. javascript built-in: string: unicode code point escapes \u{xxxxxx}

  28. grammar: unicode escape sequences (`'\u00a9'`)

  29. grammar: unicode point escapes (`\u{}`)

  30. regular_expressions: character escape: `\n`, `\x`: unicode character escape: `\u{...}`

  31. regular_expressions: unicode character class escape: `\p{...}`, `\p{...}`

  32. global_attributes: unicode-bidi