Left Black Lenticular Bracket vs Left Floor
VS
Property Comparison
| Property | 【 3010 | ⌊ 230A |
|---|---|---|
| Name | Left Black Lenticular 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 | 3010 | 230A |
|---|---|---|
| Unicode | U+3010 | U+230A |
| HTML Decimal | 【 | ⌊ |
| HTML Hex | 【 | ⌊ |
| CSS | \3010 | \230A |
| JavaScript | \u{3010} | \u{230A} |
| Python | \u3010 | \u230a |
| UTF-8 | e3 80 90 | e2 8c 8a |
How to Distinguish
Both Left Black Lenticular 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.