Fullwidth Digit Seven vs Fullwidth Less-Than Sign
VS
Comparação de propriedades
| Propriedade | 7 FF17 | < FF1C |
|---|---|---|
| Nome | Fullwidth Digit Seven | Fullwidth Less-Than Sign |
| Categoria | Punctuation | Punctuation |
| Bloco | Halfwidth and Fullwidth Forms | Halfwidth and Fullwidth Forms |
| Script | Zyyy | Zyyy |
| Categoria geral | Decimal Number (Nd) | Math Symbol (Sm) |
| Bidirecional | EN | ON |
Comparação de codificações
| Formato | FF17 | FF1C |
|---|---|---|
| Unicode | U+FF17 | U+FF1C |
| HTML Decimal | 7 | < |
| HTML Hex | 7 | < |
| CSS | \FF17 | \FF1C |
| JavaScript | \u{FF17} | \u{FF1C} |
| Python | \uff17 | \uff1c |
| UTF-8 | ef bc 97 | ef bc 9c |
Como distinguir
Tanto Fullwidth Digit Seven quanto Fullwidth Less-Than Sign pertencem à categoria Punctuation e ao bloco Halfwidth and Fullwidth Forms. 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.