문서APIcombineCharactercombineCharacter 인자로 받은 초성, 중성, 종성을 조합해 한글 1자를 반환합니다. function combineCharacter(choseong: string, jungseong: string, jongseong?: string): string; Examples combineCharacter('ㄱ', 'ㅏ', 'ㅂㅅ'); // '값' combineCharacter('ㅌ', 'ㅗ'); // '토' 사용해보기 canBeJungseongcombineVowels