🧭
U+1F9ED · COMPASS
Compass
| UTF-8 | F0 9F A7 AD | 4 bytes |
|---|---|---|
| UTF-16 | D83E DDED | surrogate pair |
| UTF-32 | 0001F9ED | 4 bytes |
| HTML decimal | 🧭 | |
| HTML hex | 🧭 | |
| CSS | \1F9ED | in content: "…" |
| JavaScript | \u{1F9ED} | ES2015+ |
| JavaScript | \uD83E\uDDED | surrogate pair |
| JSON | \uD83E\uDDED | |
| Python | \U0001F9ED | |
| Python | \N{COMPASS} | by name |
| Java / C# | \uD83E\uDDED | |
| C / C++ | \U0001F9ED | universal character name |
| Rust / Swift / PHP | \u{1F9ED} | |
| Go | \U0001F9ED | |
| Ruby | \u{1F9ED} | |
| Excel / Sheets | =UNICHAR(129517) | |
| URL-encoded | %F0%9F%A7%AD | percent-encoded UTF-8 |