Unicode Character Lookup & Inspector
Inspect Unicode characters: code points, HTML entities, CSS escapes, and UTF-8 bytes. Browse common character sets.
Common Characters
| Char | Code Point | Unicode | HTML Hex | HTML Dec | CSS | UTF-8 |
|---|---|---|---|---|---|---|
| H | 72 | U+0048 | H | H | \48 | 48 |
| e | 101 | U+0065 | e | e | \65 | 65 |
| l | 108 | U+006C | l | l | \6C | 6C |
| l | 108 | U+006C | l | l | \6C | 6C |
| o | 111 | U+006F | o | o | \6F | 6F |
| ␣ | 32 | U+0020 |   |   | \20 | 20 |
| W | 87 | U+0057 | W | W | \57 | 57 |
| o | 111 | U+006F | o | o | \6F | 6F |
| r | 114 | U+0072 | r | r | \72 | 72 |
| l | 108 | U+006C | l | l | \6C | 6C |
| d | 100 | U+0064 | d | d | \64 | 64 |
| ! | 33 | U+0021 | ! | ! | \21 | 21 |
| ␣ | 32 | U+0020 |   |   | \20 | 20 |
| © | 169 | U+00A9 | © | © | \A9 | C2 A9 |
| ␣ | 32 | U+0020 |   |   | \20 | 20 |
| 2 | 50 | U+0032 | 2 | 2 | \32 | 32 |
| 0 | 48 | U+0030 | 0 | 0 | \30 | 30 |
| 2 | 50 | U+0032 | 2 | 2 | \32 | 32 |
| 4 | 52 | U+0034 | 4 | 4 | \34 | 34 |
| ␣ | 32 | U+0020 |   |   | \20 | 20 |
| → | 8594 | U+2192 | → | → | \2192 | E2 86 92 |
| ␣ | 32 | U+0020 |   |   | \20 | 20 |
| ∞ | 8734 | U+221E | ∞ | ∞ | \221E | E2 88 9E |
What is Unicode?
Unicode is a universal character encoding standard that assigns a unique number (code point) to every character in every writing system. It covers over 150,000 characters, including letters, symbols, emoji, and technical characters.
Character Encodings
HTML entities (like ©) display special characters in web pages. CSS escapes (like \00A9) work in stylesheets. UTF-8 is the most common encoding on the web, using 1-4 bytes per character.
About This Tool
The Unicode Character Lookup is a free online tool available on CodeUtilo. Inspect characters: code points, HTML entities, CSS escapes, UTF-8 bytes. All processing happens directly in your browser — no data is ever sent to any server, ensuring your privacy and security. No signup or installation is required.
Key Features
- Browser-Based Processing — All unicode character lookup operations run locally in your browser using JavaScript. Your data never leaves your device.
- Instant Results — Get results immediately as you type or paste your input. No waiting for server responses or page reloads.
- Free & No Signup — Use the unicode character lookup as many times as you need without creating an account or paying anything.
- Mobile Friendly — Works on desktop, tablet, and mobile browsers. Access this tool from any device with an internet connection.
Common Use Cases
- Using the unicode character lookup for day-to-day development tasks
- Saving time on repetitive tasks by using a browser-based tool instead of writing custom code
- Working on projects where installing software is not an option (school, work, shared computers)
- Quick prototyping and debugging without switching to a terminal or IDE
- Sharing the tool link with colleagues who need the same functionality
How to Use
Enter your input in the text area provided and the unicode character lookup will process it instantly. Use the Copy button to copy the result to your clipboard. All operations are performed locally in your browser — no data is transmitted to any server.
Frequently Asked Questions
Is the Unicode Character Lookup free to use?
Yes, the Unicode Character Lookup is completely free with no usage limits. There is no signup or registration required. You can use it as many times as you need.
Is my data safe when using this tool?
Yes. All processing happens locally in your browser using JavaScript. Your data is never uploaded to any server or stored anywhere. Everything stays on your device.
Does this tool work on mobile devices?
Yes. The Unicode Character Lookup is fully responsive and works on smartphones, tablets, and desktop computers. You can use it from any modern browser on any device.
Do I need to install anything?
No. The Unicode Character Lookup runs entirely in your web browser. There is nothing to download or install. Just open the page and start using it immediately.
Related Tools
Workflow Links
Suggested step-by-step tools based on this page intent.
Before This Tool