Bottom Half Right Parenthesis vs Middle Dot
VS
Comparação de propriedades
| Propriedade | ⹜ 2E5C | · 00B7 |
|---|---|---|
| Nome | Bottom Half Right Parenthesis | Middle Dot |
| Categoria | Punctuation | Punctuation |
| Bloco | Supplemental Punctuation | Latin-1 Supplement |
| Script | Zyyy | Zyyy |
| Categoria geral | Close Punctuation (Pe) | Other Punctuation (Po) |
| Bidirecional | ON | ON |
Comparação de codificações
| Formato | 2E5C | 00B7 |
|---|---|---|
| Unicode | U+2E5C | U+00B7 |
| HTML Decimal | ⹜ | · |
| HTML Hex | ⹜ | · |
| CSS | \2E5C | \00B7 |
| JavaScript | \u{2E5C} | \u{B7} |
| Python | \u2e5c | \u00b7 |
| UTF-8 | e2 b9 9c | c2 b7 |
Como distinguir
Tanto Bottom Half Right Parenthesis quanto Middle Dot estão na categoria Punctuation, 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.