Left Angle Bracket vs Left Floor
VS
Property Comparison
| Property | 〈 3008 | ⌊ 230A |
|---|---|---|
| Name | Left Angle Bracket | Left Floor |
| Category | Brackets & Braces | Brackets & Braces |
| Block | CJK Symbols and Punctuation | Miscellaneous Technical |
| Script | Zyyy | Zyyy |
| General Category | Open Punctuation (Ps) | Open Punctuation (Ps) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | 3008 | 230A |
|---|---|---|
| Unicode | U+3008 | U+230A |
| HTML Decimal | 〈 | ⌊ |
| HTML Hex | 〈 | ⌊ |
| CSS | \3008 | \230A |
| JavaScript | \u{3008} | \u{230A} |
| Python | \u3008 | \u230a |
| UTF-8 | e3 80 88 | e2 8c 8a |
How to Distinguish
Both Left Angle Bracket and Left Floor are in the Brackets & Braces category but reside in different Unicode blocks. Check the codepoint to tell them apart.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.