प्लेन

Encoding & Standards

65,536 लगातार Unicode कोड पॉइंट का एक समूह। प्लेन 0 बेसिक मल्टीलिंगुअल प्लेन (BMP) है; अधिकांश इमोजी प्लेन 1 (SMP) में रहते हैं।

Unicode divides its 1,114,112 code points into 17 planes of 65,536 code points each (Planes 0 through 16). The first plane, Plane 0 (U+0000 to U+FFFF), is the Basic Multilingual Plane (BMP) containing most common scripts.

Plane 1 (U+10000 to U+1FFFF) is the Supplementary Multilingual Plane (SMP), where most emoji are allocated. Planes 2 and beyond contain supplementary CJK characters and reserved space.

The BMP/SMP distinction matters because characters in the BMP can be represented with a single UTF-16 code unit, while SMP characters (including emoji) require surrogate pairs.

संबंधित शब्द

कोड पॉइंट कोड पॉइंट
Unicode मानक में प्रत्येक वर्ण को दिया गया एक अद्वितीय संख्यात्मक मान, जो U+XXXX प्रारूप में लिखा जाता है (जैसे 😀 के लिए U+1F600)।
सप्लीमेंटरी मल्टीलिंगुअल प्लेन (SMP) सप्लीमेंटरी मल्टीलिंगुअल प्लेन (SMP)
Unicode प्लेन 1 (U+10000 से U+1FFFF), जहाँ अधिकांश इमोजी कोड पॉइंट आवंटित हैं।
सरोगेट पेयर सरोगेट पेयर
दो UTF-16 कोड यूनिट (एक हाई सरोगेट U+D800-U+DBFF और उसके बाद एक लो सरोगेट U+DC00-U+DFFF) जो मिलकर U+FFFF से ऊपर के किसी वर्ण का प्रतिनिधित्व करते हैं।

संबंधित टूल्स

🔢 Unicode लुकअप Unicode लुकअप
U+1F600 जैसा codepoint दर्ज करें और emoji, एन्कोडिंग विवरण, UTF-8/16 बाइट्स और HTML entities प्राप्त करें।