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