Mathematical Left Angle Bracket vs Mathematical Right Angle Bracket
VS
プロパティ比較
エンコード比較
| フォーマット | 27E8 | 27E9 |
|---|---|---|
| Unicode | U+27E8 | U+27E9 |
| HTML Decimal | ⟨ | ⟩ |
| HTML Hex | ⟨ | ⟩ |
| CSS | \27E8 | \27E9 |
| JavaScript | \u{27E8} | \u{27E9} |
| Python | \u27e8 | \u27e9 |
| UTF-8 | e2 9f a8 | e2 9f a9 |
見分け方
Mathematical Left Angle Bracket と Mathematical Right Angle Bracket はどちらも 括弧・波括弧 カテゴリと Miscellaneous Mathematical Symbols-A ブロックに属しています。コードポイント、エンコーディング、Unicode プロパティを比較して見分けてください。
ヒント: 文字を hex エディタに貼り付けるか、
charCodeAt()
を JavaScript で使って実際のコードポイントを確認してください。