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