1. 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.

  2. KeyboardEvent.charCode

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

  3. KeyboardEvent.code

    A `KeyboardEvent` property representing the physical key that was pressed, ignoring the keyboard layout and ignoring whether any modifier keys were active.

  4. TextEncoder & TextDecoder

    `TextEncoder` encodes a JavaScript string into bytes using the UTF-8 encoding and returns the resulting `Uint8Array` of those bytes. `TextDecoder` does the reverse.

  5. WebCodecs API

    API to provide more control over the encoding and decoding of audio, video, and images.

  6. closeevent api: code

  7. domexception api: code

  8. encodedaudiochunk api

  9. encodedaudiochunk api: type

  10. encodedvideochunk api

  11. encodedvideochunk api: type

  12. geolocationpositionerror api: code

  13. htmlobjectelement api: code

  14. htmlobjectelement api: codebase

  15. htmlobjectelement api: codetype

  16. keyboardevent api: code

  17. mediaerror api: code

  18. otpcredential api: code

  19. rtcrtpsender api: `setparameters()`: `parameters.codecs` parameter

  20. rtcstatsreport api: `codec` stats

  21. rtcstatsreport api: `codec` stats: `channels` in 'codec' stats

  22. rtcstatsreport api: `codec` stats: `clockrate` in 'codec' stats

  23. rtcstatsreport api: `codec` stats: `id` in 'codec' stats

  24. rtcstatsreport api: `codec` stats: `mimetype` in 'codec' stats

  25. rtcstatsreport api: `codec` stats: `payloadtype` in 'codec' stats

  26. rtcstatsreport api: `codec` stats: `sdpfmtpline` in 'codec' stats

  27. rtcstatsreport api: `codec` stats: `timestamp` in 'codec' stats

  28. rtcstatsreport api: `codec` stats: `transportid` in 'codec' stats

  29. rtcstatsreport api: `codec` stats: `type` in 'codec' stats

  30. rtcstatsreport api: `inbound-rtp` stats: `codecid` in 'inbound-rtp' stats

  31. rtcstatsreport api: `outbound-rtp` stats: `codecid` in 'outbound-rtp' stats

  32. rtcstatsreport api: `remote-inbound-rtp` stats: `codecid` in 'remote-inbound-rtp' stats

  33. rtcstatsreport api: `remote-outbound-rtp` stats: `codecid` in 'remote-outbound-rtp' stats

  34. videoframe api: codedheight

  35. videoframe api: codedrect

  36. videoframe api: codedwidth

  37. css property: unicode-bidi

  38. css selector: `:lang()`: comma-separated list of language codes as `:lang(a, b)`

  39. css selector: `:lang()`: matching language codes with wildcards as `:lang(*-latn)`

  40. html element: code

  41. html element: form: autocomplete: `one-time-code` value

  42. html element: object: codebase

  43. html element: object: codetype

  44. html element: textarea: autocomplete: `one-time-code` value

  45. http status code: 103

  46. http status code: 103: `rel=preconnect`

  47. http status code: 103: `rel=preload`

  48. http status code: 308

  49. http status code: 425

  50. javascript built-in: string: codepointat