Bottom Right Half Bracket vs Reversed Question Mark
VS
गुण तुलना
| गुण | ⸥ 2E25 | ⸮ 2E2E |
|---|---|---|
| नाम | Bottom Right Half Bracket | Reversed Question Mark |
| श्रेणी | Punctuation | Punctuation |
| ब्लॉक | Supplemental Punctuation | Supplemental Punctuation |
| लिपि | Zyyy | Zyyy |
| सामान्य श्रेणी | Close Punctuation (Pe) | Other Punctuation (Po) |
| द्विदिशीय | ON | ON |
एन्कोडिंग तुलना
| प्रारूप | 2E25 | 2E2E |
|---|---|---|
| Unicode | U+2E25 | U+2E2E |
| HTML Decimal | ⸥ | ⸮ |
| HTML Hex | ⸥ | ⸮ |
| CSS | \2E25 | \2E2E |
| JavaScript | \u{2E25} | \u{2E2E} |
| Python | \u2e25 | \u2e2e |
| UTF-8 | e2 b8 a5 | e2 b8 ae |
कैसे पहचानें
Bottom Right Half Bracket और Reversed Question Mark दोनों Punctuation श्रेणी और Supplemental Punctuation ब्लॉक से संबंधित हैं। उन्हें पहचानने के लिए उनके कोड पॉइंट और दृश्य प्रस्तुति की तुलना करें।
सुझाव: अक्षर को hex एडिटर में पेस्ट करें या उपयोग करें
charCodeAt()
JavaScript में वास्तविक कोड पॉइंट जांचने के लिए।