Get to know MDN better
This page was translated from English by the community. Learn more and join the MDN Web Docs community.
String.fromCodePoint() 메소드는 유효한 코드 포인트(code point)만을 받아들입니다.
code point는 유니코드의 코드 스페이스 값으로, 0부터 0x10FFFF까지의 정수 범위입니다.
NaN을 사용하는 값, 음수 (-1), 정수가 아닌 수(3.14), 또는 0x10FFFF (1114111) 보다 큰 값은 이 함수에 적용될 수 없습니다.
This page was last modified on 2023년 8월 8일 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.