FunctionsfromCodepointToUnicodefromCodepointToUnicode CallablefromCodepointToUnicode(codepoint: number[]): UnicodeThis function will convert an array of numerical codepoints to a literal emoji Unicode character. import { fromCodepointToUnicode } from 'emojibase';fromCodepointToUnicode([128104, 8205, 128105, 8205, 128103, 8205, 128102]); // 👨👩👧👦
This function will convert an array of numerical codepoints to a literal emoji Unicode character.