Caret vs Double Exclamation Mark
VS
Comparação de propriedades
| Propriedade | ‸ 2038 | ‼ 203C |
|---|---|---|
| Nome | Caret | Double Exclamation Mark |
| 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 | 2038 | 203C |
|---|---|---|
| Unicode | U+2038 | U+203C |
| HTML Decimal | ‸ | ‼ |
| HTML Hex | ‸ | ‼ |
| CSS | \2038 | \203C |
| JavaScript | \u{2038} | \u{203C} |
| Python | \u2038 | \u203c |
| UTF-8 | e2 80 b8 | e2 80 bc |
Como distinguir
Tanto Caret quanto Double Exclamation Mark 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.