Right Double Parenthesis vs Triple Dagger
VS
गुण तुलना
| गुण | ⸩ 2E29 | ⹋ 2E4B |
|---|---|---|
| नाम | Right Double Parenthesis | Triple Dagger |
| श्रेणी | Punctuation | Punctuation |
| ब्लॉक | Supplemental Punctuation | Supplemental Punctuation |
| लिपि | Zyyy | Zyyy |
| सामान्य श्रेणी | Close Punctuation (Pe) | Other Punctuation (Po) |
| द्विदिशीय | ON | ON |
एन्कोडिंग तुलना
| प्रारूप | 2E29 | 2E4B |
|---|---|---|
| Unicode | U+2E29 | U+2E4B |
| HTML Decimal | ⸩ | ⹋ |
| HTML Hex | ⸩ | ⹋ |
| CSS | \2E29 | \2E4B |
| JavaScript | \u{2E29} | \u{2E4B} |
| Python | \u2e29 | \u2e4b |
| UTF-8 | e2 b8 a9 | e2 b9 8b |
कैसे पहचानें
Right Double Parenthesis और Triple Dagger दोनों Punctuation श्रेणी और Supplemental Punctuation ब्लॉक से संबंधित हैं। उन्हें पहचानने के लिए उनके कोड पॉइंट और दृश्य प्रस्तुति की तुलना करें।
सुझाव: अक्षर को hex एडिटर में पेस्ट करें या उपयोग करें
charCodeAt()
JavaScript में वास्तविक कोड पॉइंट जांचने के लिए।