Home > utils > codepointToCharacter
Unicode 码点转为 UTF8 字符。
Signature:
export declare function codepointToCharacter(codepoint: string): string;
-
Returns:
string