Left-Pointing Curved Angle Bracket vs Plus-Minus Sign
VS
Comparação de propriedades
| Propriedade | ⧼ 29FC | ± 00B1 |
|---|---|---|
| Nome | Left-Pointing Curved Angle Bracket | Plus-Minus Sign |
| Categoria | Math Symbols | Math Symbols |
| Bloco | Miscellaneous Mathematical Symbols-B | Latin-1 Supplement |
| Script | Zyyy | Zyyy |
| Categoria geral | Open Punctuation (Ps) | Math Symbol (Sm) |
| Bidirecional | ON | ET |
Comparação de codificações
| Formato | 29FC | 00B1 |
|---|---|---|
| Unicode | U+29FC | U+00B1 |
| HTML Decimal | ⧼ | ± |
| HTML Hex | ⧼ | ± |
| CSS | \29FC | \00B1 |
| JavaScript | \u{29FC} | \u{B1} |
| Python | \u29fc | \u00b1 |
| UTF-8 | e2 a7 bc | c2 b1 |
Como distinguir
Tanto Left-Pointing Curved Angle Bracket quanto Plus-Minus Sign estão na categoria Math Symbols, mas residem em blocos Unicode diferentes. Verifique o ponto de código para diferenciá-los.
Dica: Cole o caractere em um editor hexadecimal ou use
charCodeAt()
em JavaScript para verificar o ponto de código real.