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