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. geolocationpositionerror api: code

  9. htmlobjectelement api: code

  10. htmlobjectelement api: codebase

  11. htmlobjectelement api: codetype

  12. keyboardevent api: code

  13. mediaerror api: code

  14. otpcredential api: code

  15. videoframe api: codedheight

  16. videoframe api: codedrect

  17. videoframe api: codedwidth

  18. html element: code

  19. html element: object: codebase

  20. html element: object: codetype

  21. http status code: 100

  22. http status code: 103

  23. http status code: 200

  24. http status code: 201

  25. http status code: 204

  26. http status code: 206

  27. http status code: 301

  28. http status code: 302

  29. http status code: 303

  30. http status code: 304

  31. http status code: 307

  32. http status code: 308

  33. http status code: 401

  34. http status code: 403

  35. http status code: 404

  36. http status code: 406

  37. http status code: 407

  38. http status code: 409

  39. http status code: 410

  40. http status code: 412

  41. http status code: 416

  42. http status code: 418

  43. http status code: 425

  44. http status code: 451

  45. http status code: 500

  46. http status code: 501

  47. http status code: 502

  48. http status code: 503

  49. http status code: 504

  50. javascript built-in: string: codepointat