Character Tie vs Overline
VS
Comparação de propriedades
| Propriedade | ⁀ 2040 | ‾ 203E |
|---|---|---|
| Nome | Character Tie | Overline |
| Categoria | Punctuation | Punctuation |
| Bloco | General Punctuation | General Punctuation |
| Script | Zyyy | Zyyy |
| Categoria geral | Connector Punctuation (Pc) | Other Punctuation (Po) |
| Bidirecional | ON | ON |
Comparação de codificações
| Formato | 2040 | 203E |
|---|---|---|
| Unicode | U+2040 | U+203E |
| HTML Decimal | ⁀ | ‾ |
| HTML Hex | ⁀ | ‾ |
| CSS | \2040 | \203E |
| JavaScript | \u{2040} | \u{203E} |
| Python | \u2040 | \u203e |
| UTF-8 | e2 81 80 | e2 80 be |
Como distinguir
Tanto Character Tie quanto Overline 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.