Điểm mã
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://emojifyi.com/iframe/glossary/code-point/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://emojifyi.com/glossary/code-point/
Add a dynamic SVG badge to your README or docs.
[](https://emojifyi.com/glossary/code-point/)
Use the native HTML custom element.
Giá trị số duy nhất được gán cho mỗi ký tự trong tiêu chuẩn Unicode, được viết theo định dạng U+XXXX (ví dụ: U+1F600 cho 😀).
Every character in Unicode — whether a letter, symbol, or emoji — is identified by a code point. Code points range from U+0000 to U+10FFFF, providing space for over 1.1 million possible characters.Emoji code points are mostly in the range U+1F000 to U+1FAFF. A single emoji you see on screen may actually involve multiple code points combined through mechanisms like Zero Width Joiner (ZWJ) sequences or variation selectors.
For example, the family emoji 👨👩👧👦 is actually seven code points joined together: U+1F468 U+200D U+1F469 U+200D U+1F467 U+200D U+1F466.