CodePointToChar()
CodePointToChar() – Umwandlung von Unicode-CodePoint
Umwandlung eines Unicode-Codepoints in ein Zeichen.
Parameter | Beschreibung |
---|---|
aCodePoint:C | Codepoint-String |
Rückgabewert
Alphanumerisch
Beispiel
CODE
CodePointToChar('U+4F80') // Ergebnis: '侀'
CodePointToChar('U+1F44C') // Ergebnis: '👌'