White Square With Rounded Corners vs White Square With Upper Right Quadrant
VS
プロパティ比較
エンコード比較
| フォーマット | 25A2 | 25F3 |
|---|---|---|
| Unicode | U+25A2 | U+25F3 |
| HTML Decimal | ▢ | ◳ |
| HTML Hex | ▢ | ◳ |
| CSS | \25A2 | \25F3 |
| JavaScript | \u{25A2} | \u{25F3} |
| Python | \u25a2 | \u25f3 |
| UTF-8 | e2 96 a2 | e2 97 b3 |
見分け方
White Square With Rounded Corners と White Square With Upper Right Quadrant はどちらも 幾何学模様 カテゴリと Geometric Shapes ブロックに属しています。コードポイント、エンコーディング、Unicode プロパティを比較して見分けてください。
ヒント: 文字を hex エディタに貼り付けるか、
charCodeAt()
を JavaScript で使って実際のコードポイントを確認してください。