Inverted Exclamation Mark vs Latin Capital Letter A With Diaeresis
VS
مقارنة الخصائص
| الخاصية | ¡ 00A1 | Ä 00C4 |
|---|---|---|
| الاسم | Inverted Exclamation Mark | Latin Capital Letter A With Diaeresis |
| الفئة | Latin Extended | Latin Extended |
| الكتلة | Latin-1 Supplement | Latin-1 Supplement |
| النص | Zyyy | Latn |
| الفئة العامة | Other Punctuation (Po) | Uppercase Letter (Lu) |
| ثنائي الاتجاه | ON | L |
مقارنة الترميز
| الصيغة | 00A1 | 00C4 |
|---|---|---|
| Unicode | U+00A1 | U+00C4 |
| HTML Decimal | ¡ | Ä |
| HTML Hex | ¡ | Ä |
| CSS | \00A1 | \00C4 |
| JavaScript | \u{A1} | \u{C4} |
| Python | \u00a1 | \u00c4 |
| UTF-8 | c2 a1 | c3 84 |
كيفية التمييز
ينتمي كل من Inverted Exclamation Mark وLatin Capital Letter A With Diaeresis إلى فئة Latin Extended وكتلة Latin-1 Supplement. قارن نقاط الرمز والعرض المرئي للتمييز بينهما.
تلميح: الصق الحرف في محرر hex أو استخدم
charCodeAt()
في JavaScript للتحقق من نقطة الرمز الفعلية.