Star Of David vs Tractor
VS
Property Comparison
| Property | ✡ 2721 | 🚜 1F69C |
|---|---|---|
| Name | Star Of David | Tractor |
| Category | Stars & Asterisks | Stars & Asterisks |
| Block | Dingbats | Transport and Map Symbols |
| Script | Zyyy | Zyyy |
| General Category | Other Symbol (So) | Other Symbol (So) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | 2721 | 1F69C |
|---|---|---|
| Unicode | U+2721 | U+1F69C |
| HTML Decimal | ✡ | 🚜 |
| HTML Hex | ✡ | 🚜 |
| CSS | \2721 | \1F69C |
| JavaScript | \u{2721} | \u{1F69C} |
| Python | \u2721 | \U0001f69c |
| UTF-8 | e2 9c a1 | f0 9f 9a 9c |
How to Distinguish
Both Star Of David and Tractor are in the Stars & Asterisks category but reside in different Unicode blocks. Check the codepoint to tell them apart.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.