by Anonymous » 22 May 2025, 21:52
Ich habe eine Zeichenfolge wie < /p>
Code: Select all
const mystring1 = "😁" // -> 😉
const mystring2 = "ሴ" // -> ሴ
const mystring3 = "@" // -> @
Wie erhalte ich die Unicode -Zeichen mit String.fromCodePoint () ?
Ich habe eine Zeichenfolge wie < /p>
[code]const mystring1 = "😁" // -> 😉
const mystring2 = "ሴ" // -> ሴ
const mystring3 = "@" // -> @
[/code]
Wie erhalte ich die Unicode -Zeichen mit String.fromCodePoint () ?