Star Of David vs Trolleybus
VS
Property Comparison
| Property | ✡ 2721 | 🚎 1F68E |
|---|---|---|
| Name | Star Of David | Trolleybus |
| 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 | 1F68E |
|---|---|---|
| Unicode | U+2721 | U+1F68E |
| HTML Decimal | ✡ | 🚎 |
| HTML Hex | ✡ | 🚎 |
| CSS | \2721 | \1F68E |
| JavaScript | \u{2721} | \u{1F68E} |
| Python | \u2721 | \U0001f68e |
| UTF-8 | e2 9c a1 | f0 9f 9a 8e |
How to Distinguish
Both Star Of David and Trolleybus 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.