Greek Capital Letter Lamda vs Greek Question Mark
VS
속성 비교
| 속성 | Λ 039B | ; 037E |
|---|---|---|
| 이름 | Greek Capital Letter Lamda | Greek Question Mark |
| 카테고리 | Greek Letters | Greek Letters |
| 블록 | Greek and Coptic | Greek and Coptic |
| 스크립트 | Grek | Zyyy |
| 일반 카테고리 | Uppercase Letter (Lu) | Other Punctuation (Po) |
| 양방향 | L | ON |
인코딩 비교
| 형식 | 039B | 037E |
|---|---|---|
| Unicode | U+039B | U+037E |
| HTML Decimal | Λ | ; |
| HTML Hex | Λ | ; |
| CSS | \039B | \037E |
| JavaScript | \u{39B} | \u{37E} |
| Python | \u039b | \u037e |
| UTF-8 | ce 9b | cd be |
구별하는 방법
Greek Capital Letter Lamda와 Greek Question Mark는 모두 Greek Letters 카테고리와 Greek and Coptic 블록에 속합니다. 코드 포인트와 인코딩, Unicode 속성을 비교하여 구별하세요.
팁: 문자를 hex 편집기에 붙여넣거나
charCodeAt()
를 JavaScript에서 사용하여 실제 코드 포인트를 확인하세요.