Code Point
Technical/UnicodeA 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.