Swung Dash vs Two Dot Punctuation
VS
Comparação de propriedades
| Propriedade | ⁓ 2053 | ⁚ 205A |
|---|---|---|
| Nome | Swung Dash | Two Dot Punctuation |
| Categoria | Punctuation | Punctuation |
| Bloco | General Punctuation | General Punctuation |
| Script | Zyyy | Zyyy |
| Categoria geral | Other Punctuation (Po) | Other Punctuation (Po) |
| Bidirecional | ON | ON |
Comparação de codificações
| Formato | 2053 | 205A |
|---|---|---|
| Unicode | U+2053 | U+205A |
| HTML Decimal | ⁓ | ⁚ |
| HTML Hex | ⁓ | ⁚ |
| CSS | \2053 | \205A |
| JavaScript | \u{2053} | \u{205A} |
| Python | \u2053 | \u205a |
| UTF-8 | e2 81 93 | e2 81 9a |
Como distinguir
Tanto Swung Dash quanto Two Dot Punctuation 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.