Presentation Form For Vertical Left Angle Bracket vs Presentation Form For Vertical Left Double Angle Bracket
VS
Property Comparison
| Property | ︿ FE3F | ︽ FE3D |
|---|---|---|
| Name | Presentation Form For Vertical Left Angle Bracket | Presentation Form For Vertical Left Double Angle Bracket |
| Category | Punctuation | Punctuation |
| Block | CJK Compatibility Forms | CJK Compatibility Forms |
| Script | Zyyy | Zyyy |
| General Category | Open Punctuation (Ps) | Open Punctuation (Ps) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | FE3F | FE3D |
|---|---|---|
| Unicode | U+FE3F | U+FE3D |
| HTML Decimal | ︿ | ︽ |
| HTML Hex | ︿ | ︽ |
| CSS | \FE3F | \FE3D |
| JavaScript | \u{FE3F} | \u{FE3D} |
| Python | \ufe3f | \ufe3d |
| UTF-8 | ef b8 bf | ef b8 bd |
How to Distinguish
Both Presentation Form For Vertical Left Angle Bracket and Presentation Form For Vertical Left Double Angle Bracket belong to the Punctuation category and the CJK Compatibility Forms block. Compare their codepoints and visual rendering to distinguish them.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.