.codePointAt()
Term side of the Card
Topic: String
Unit title: .codePointAt()
Categories: Method
Explanation side of the Card
Explanation: The method that returns a number indicating the Unicode code point of the character at a specified index. Unlike `.charCodeAt()`, it can handle characters outside the BMP (Basic Multilingual Plane) and return their full 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: