Code Point
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.
A unique numerical value assigned to each character in the Unicode standard, written in the format U+XXXX (e.g., U+1F600 for ๐).
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.