Division Sign vs Much Less-Than
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://symbolfyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://symbolfyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://symbolfyi.com/entity//)
Use the native HTML custom element.
VS
Comparaison des propriétés
| Propriété | ÷ 00F7 | ≪ 226A |
|---|---|---|
| Nom | Division Sign | Much Less-Than |
| Catégorie | Math Symbols | Math Symbols |
| Bloc | Latin-1 Supplement | Mathematical Operators |
| Écriture | Zyyy | Zyyy |
| Catégorie générale | Math Symbol (Sm) | Math Symbol (Sm) |
| Bidirectionnel | ON | ON |
Comparaison d'encodages
| Format | 00F7 | 226A |
|---|---|---|
| Unicode | U+00F7 | U+226A |
| HTML Decimal | ÷ | ≪ |
| HTML Hex | ÷ | ≪ |
| CSS | \00F7 | \226A |
| JavaScript | \u{F7} | \u{226A} |
| Python | \u00f7 | \u226a |
| UTF-8 | c3 b7 | e2 89 aa |
Comment les distinguer
Division Sign et Much Less-Than sont tous deux dans la catégorie Math Symbols mais résident dans des blocs Unicode différents. Vérifiez le point de code 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.