Skip to main content
Skip table of contents

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: '👌'


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.