Two Asterisks Aligned Vertically vs Zero Width Non-Joiner
VS
Comparação de propriedades
| Propriedade | ⁑ 2051 | 200C |
|---|---|---|
| Nome | Two Asterisks Aligned Vertically | Zero Width Non-Joiner |
| Categoria | Punctuation | Punctuation |
| Bloco | General Punctuation | General Punctuation |
| Script | Zyyy | Zinh |
| Categoria geral | Other Punctuation (Po) | Format (Cf) |
| Bidirecional | ON | BN |
Comparação de codificações
| Formato | 2051 | 200C |
|---|---|---|
| Unicode | U+2051 | U+200C |
| HTML Decimal | ⁑ | ‌ |
| HTML Hex | ⁑ | ‌ |
| CSS | \2051 | \200C |
| JavaScript | \u{2051} | \u{200C} |
| Python | \u2051 | \u200c |
| UTF-8 | e2 81 91 | e2 80 8c |
Como distinguir
Tanto Two Asterisks Aligned Vertically quanto Zero Width Non-Joiner 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.