Latin Capital Letter Y With Diaeresis vs Latin Small Letter L With Middle Dot
VS
गुण तुलना
| गुण | Ÿ 0178 | ŀ 0140 |
|---|---|---|
| नाम | Latin Capital Letter Y With Diaeresis | Latin Small Letter L With Middle Dot |
| श्रेणी | Latin Extended | Latin Extended |
| ब्लॉक | Latin Extended-A | Latin Extended-A |
| लिपि | Latn | Latn |
| सामान्य श्रेणी | Uppercase Letter (Lu) | Lowercase Letter (Ll) |
| द्विदिशीय | L | L |
एन्कोडिंग तुलना
| प्रारूप | 0178 | 0140 |
|---|---|---|
| Unicode | U+0178 | U+0140 |
| HTML Decimal | Ÿ | ŀ |
| HTML Hex | Ÿ | ŀ |
| CSS | \0178 | \0140 |
| JavaScript | \u{178} | \u{140} |
| Python | \u0178 | \u0140 |
| UTF-8 | c5 b8 | c5 80 |
कैसे पहचानें
Latin Capital Letter Y With Diaeresis और Latin Small Letter L With Middle Dot दोनों Latin Extended श्रेणी और Latin Extended-A ब्लॉक से संबंधित हैं। उन्हें पहचानने के लिए उनके कोड पॉइंट और दृश्य प्रस्तुति की तुलना करें।
सुझाव: अक्षर को hex एडिटर में पेस्ट करें या उपयोग करें
charCodeAt()
JavaScript में वास्तविक कोड पॉइंट जांचने के लिए।