Two Asterisks Aligned Vertically vs Zero Width Space
VS
Comparação de propriedades
| Propriedade | ⁑ 2051 | 200B |
|---|---|---|
| Nome | Two Asterisks Aligned Vertically | Zero Width Space |
| Categoria | Punctuation | Punctuation |
| Bloco | General Punctuation | General Punctuation |
| Script | Zyyy | Zyyy |
| Categoria geral | Other Punctuation (Po) | Format (Cf) |
| Bidirecional | ON | BN |
Comparação de codificações
| Formato | 2051 | 200B |
|---|---|---|
| Unicode | U+2051 | U+200B |
| HTML Decimal | ⁑ | ​ |
| HTML Hex | ⁑ | ​ |
| CSS | \2051 | \200B |
| JavaScript | \u{2051} | \u{200B} |
| Python | \u2051 | \u200b |
| UTF-8 | e2 81 91 | e2 80 8b |
Como distinguir
Tanto Two Asterisks Aligned Vertically quanto Zero Width Space pertencem à categoria Punctuation e ao bloco General Punctuation. Compare seus pontos de código e renderização visual para distingui-los.
Dica: Cole o caractere em um editor hexadecimal ou use
charCodeAt()
em JavaScript para verificar o ponto de código real.