टूल्स पर वापस जाएँ
Unicode Inspector
DataPaste any text and inspect each character's Unicode codepoint, name, decimal, hex, and HTML entity.
ttb run unicode-inspector
| Char | U+ | Hex | Dec | Entity | Name |
|---|---|---|---|---|---|
| H | U+0048 | 0048 | 72 | H | LATIN CAPITAL LETTER H |
| e | U+0065 | 0065 | 101 | e | LATIN SMALL LETTER E |
| l | U+006C | 006C | 108 | l | LATIN SMALL LETTER L |
| l | U+006C | 006C | 108 | l | LATIN SMALL LETTER L |
| o | U+006F | 006F | 111 | o | LATIN SMALL LETTER O |
| U+0020 | 0020 | 32 |   | SPACE | |
| 👋 | U+1F44B | 1F44B | 128075 | 👋 | (name unknown) |
| U+0020 | 0020 | 32 |   | SPACE | |
| c | U+0063 | 0063 | 99 | c | LATIN SMALL LETTER C |
| a | U+0061 | 0061 | 97 | a | LATIN SMALL LETTER A |
| f | U+0066 | 0066 | 102 | f | LATIN SMALL LETTER F |
| é | U+00E9 | 00E9 | 233 | é | (name unknown) |
| U+0020 | 0020 | 32 |   | SPACE | |
| © | U+00A9 | 00A9 | 169 | © | COPYRIGHT SIGN |
| U+0020 | 0020 | 32 |   | SPACE | |
| ★ | U+2605 | 2605 | 9733 | ★ | (name unknown) |
Click any U+ code or entity to copy it
इस टूल को शेयर करें:
Unicode Inspector का उपयोग कैसे करें
Paste any text to see each character's Unicode codepoint, hex/decimal, and HTML entity. Click any value to copy it.
1
Paste text
Type or paste any text including emoji and special characters.
2
Read the table
Each row shows one character with full Unicode info.
3
Copy values
Click any U+ code or entity to copy it.
अक्सर पूछे जाने वाले सवाल
What is a codepoint?+
A Unicode codepoint is a unique number for every character, written as U+XXXX (e.g. U+0041 = A).
What are HTML entities?+
HTML entities encode characters as &#decimal; — safe to use in HTML.