Presentation Form For Vertical En Dash vs Presentation Form For Vertical Left Parenthesis
VS
속성 비교
| 속성 | ︲ FE32 | ︵ FE35 |
|---|---|---|
| 이름 | Presentation Form For Vertical En Dash | Presentation Form For Vertical Left Parenthesis |
| 카테고리 | Punctuation | Punctuation |
| 블록 | CJK Compatibility Forms | CJK Compatibility Forms |
| 스크립트 | Zyyy | Zyyy |
| 일반 카테고리 | Dash Punctuation (Pd) | Open Punctuation (Ps) |
| 양방향 | ON | ON |
인코딩 비교
| 형식 | FE32 | FE35 |
|---|---|---|
| Unicode | U+FE32 | U+FE35 |
| HTML Decimal | ︲ | ︵ |
| HTML Hex | ︲ | ︵ |
| CSS | \FE32 | \FE35 |
| JavaScript | \u{FE32} | \u{FE35} |
| Python | \ufe32 | \ufe35 |
| UTF-8 | ef b8 b2 | ef b8 b5 |
구별하는 방법
Presentation Form For Vertical En Dash와 Presentation Form For Vertical Left Parenthesis는 모두 Punctuation 카테고리와 CJK Compatibility Forms 블록에 속합니다. 코드 포인트와 인코딩, Unicode 속성을 비교하여 구별하세요.
팁: 문자를 hex 편집기에 붙여넣거나
charCodeAt()
를 JavaScript에서 사용하여 실제 코드 포인트를 확인하세요.