Box Drawings Double Vertical And Right vs Box Drawings Heavy Up And Left
VS
Comparaison des propriétés
| Propriété | ╠ 2560 | ┛ 251B |
|---|---|---|
| Nom | Box Drawings Double Vertical And Right | Box Drawings Heavy Up And Left |
| Catégorie | Box Drawing | Box Drawing |
| Bloc | Box Drawing | Box Drawing |
| Écriture | Zyyy | Zyyy |
| Catégorie générale | Other Symbol (So) | Other Symbol (So) |
| Bidirectionnel | ON | ON |
Comparaison d'encodages
| Format | 2560 | 251B |
|---|---|---|
| Unicode | U+2560 | U+251B |
| HTML Decimal | ╠ | ┛ |
| HTML Hex | ╠ | ┛ |
| CSS | \2560 | \251B |
| JavaScript | \u{2560} | \u{251B} |
| Python | \u2560 | \u251b |
| UTF-8 | e2 95 a0 | e2 94 9b |
Comment les distinguer
Box Drawings Double Vertical And Right et Box Drawings Heavy Up And Left appartiennent tous deux à la catégorie Box Drawing et au bloc Box Drawing. Comparez leurs points de code et leur rendu visuel pour les distinguer.
Conseil : Collez le caractère dans un éditeur hexadécimal ou utilisez
charCodeAt()
en JavaScript pour vérifier le point de code réel.