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