fromCodePoint method of JavaScript.
String.fromCodePoint() 静的メソッドは指定されたコードポイントのシーケンスを使って生成された文字列を返します。
String.fromCodePoint(num1[, ...[, numN]])
このメソッドは String オブジェクトではなく文字列を返します。
fromCodePoint() メソッドは String の静的なメソッドなので、自ら生成した String オブジェクトのメソッドとしてではなく、常に String.fromCodePoint() として使用してください。