Presentation Form For Vertical Left Double Angle Bracket vs Presentation Form For Vertical Left Square Bracket
VS
Property Comparison
| Property | ︽ FE3D | ﹇ FE47 |
|---|---|---|
| Name | Presentation Form For Vertical Left Double Angle Bracket | Presentation Form For Vertical Left Square 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 | FE3D | FE47 |
|---|---|---|
| Unicode | U+FE3D | U+FE47 |
| HTML Decimal | ︽ | ﹇ |
| HTML Hex | ︽ | ﹇ |
| CSS | \FE3D | \FE47 |
| JavaScript | \u{FE3D} | \u{FE47} |
| Python | \ufe3d | \ufe47 |
| UTF-8 | ef b8 bd | ef b9 87 |
How to Distinguish
Both Presentation Form For Vertical Left Double Angle Bracket and Presentation Form For Vertical Left Square 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.