String.fromCodePoint()

Term side of the Card
Topic: String
Unit title: String.fromCodePoint()
Categories: Method
Explanation side of the Card

Explanation: The static method that returns a string created from one or more Unicode code points. It can handle characters beyond the BMP (Basic Multilingual Plane) and create strings from these code points.

Browser compatibility:
  • The chrome browser supports this feature starting from version 41
  • The edge browser supports this feature starting from version 12
  • The firefox browser supports this feature starting from version 29
  • The safari browser supports this feature starting from version 9
Availability: