Fullwidth Digit Three vs Fullwidth Latin Small Letter M
VS
مقارنة الخصائص
| الخاصية | 3 FF13 | m FF4D |
|---|---|---|
| الاسم | Fullwidth Digit Three | Fullwidth Latin Small Letter M |
| الفئة | Punctuation | Punctuation |
| الكتلة | Halfwidth and Fullwidth Forms | Halfwidth and Fullwidth Forms |
| النص | Zyyy | Latn |
| الفئة العامة | Decimal Number (Nd) | Lowercase Letter (Ll) |
| ثنائي الاتجاه | EN | L |
مقارنة الترميز
| الصيغة | FF13 | FF4D |
|---|---|---|
| Unicode | U+FF13 | U+FF4D |
| HTML Decimal | 3 | m |
| HTML Hex | 3 | m |
| CSS | \FF13 | \FF4D |
| JavaScript | \u{FF13} | \u{FF4D} |
| Python | \uff13 | \uff4d |
| UTF-8 | ef bc 93 | ef bd 8d |
كيفية التمييز
ينتمي كل من Fullwidth Digit Three وFullwidth Latin Small Letter M إلى فئة Punctuation وكتلة Halfwidth and Fullwidth Forms. قارن نقاط الرمز والعرض المرئي للتمييز بينهما.
تلميح: الصق الحرف في محرر hex أو استخدم
charCodeAt()
في JavaScript للتحقق من نقطة الرمز الفعلية.