Black Star vs Trolleybus
VS
Property Comparison
| Property | ★ 2605 | 🚎 1F68E |
|---|---|---|
| Name | Black Star | Trolleybus |
| Category | Stars & Asterisks | Stars & Asterisks |
| Block | Miscellaneous Symbols | Transport and Map Symbols |
| Script | Zyyy | Zyyy |
| General Category | Other Symbol (So) | Other Symbol (So) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | 2605 | 1F68E |
|---|---|---|
| Unicode | U+2605 | U+1F68E |
| HTML Decimal | ★ | 🚎 |
| HTML Hex | ★ | 🚎 |
| CSS | \2605 | \1F68E |
| JavaScript | \u{2605} | \u{1F68E} |
| Python | \u2605 | \U0001f68e |
| UTF-8 | e2 98 85 | f0 9f 9a 8e |
How to Distinguish
Both Black Star 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.