Fullwidth Digit Seven vs Fullwidth Vertical Line
VS
مقارنة الخصائص
| الخاصية | 7 FF17 | | FF5C |
|---|---|---|
| الاسم | Fullwidth Digit Seven | Fullwidth Vertical Line |
| الفئة | Punctuation | Punctuation |
| الكتلة | Halfwidth and Fullwidth Forms | Halfwidth and Fullwidth Forms |
| النص | Zyyy | Zyyy |
| الفئة العامة | Decimal Number (Nd) | Math Symbol (Sm) |
| ثنائي الاتجاه | EN | ON |
مقارنة الترميز
| الصيغة | FF17 | FF5C |
|---|---|---|
| Unicode | U+FF17 | U+FF5C |
| HTML Decimal | 7 | | |
| HTML Hex | 7 | | |
| CSS | \FF17 | \FF5C |
| JavaScript | \u{FF17} | \u{FF5C} |
| Python | \uff17 | \uff5c |
| UTF-8 | ef bc 97 | ef bd 9c |
كيفية التمييز
ينتمي كل من Fullwidth Digit Seven وFullwidth Vertical Line إلى فئة Punctuation وكتلة Halfwidth and Fullwidth Forms. قارن نقاط الرمز والعرض المرئي للتمييز بينهما.
تلميح: الصق الحرف في محرر hex أو استخدم
charCodeAt()
في JavaScript للتحقق من نقطة الرمز الفعلية.