Unicode Inspector
Break text into code points with hex, decimal, UTF-8 bytes and names.
Related
Break text into code points with hex, decimal, UTF-8 bytes and names.
Related
Search for a tool or run a command
| Char | Code point | Decimal | UTF-8 bytes | Escape |
|---|---|---|---|---|
| H | U+0048 | 72 | 48 | \u0048 |
| é | U+00E9 | 233 | C3 A9 | \u00e9 |
| 🌍 | U+1F30D | 127757 | F0 9F 8C 8D | \u{1f30d} |
| ! | U+0021 | 33 | 21 | \u0021 |