๐Ÿˆš Unicode Character Inspector

Enter text to see each character's Unicode code point, or enter a code point (U+XXXX) to see the matching character.

Results will appear here

How to use

  1. Type text to see each character's code point in the table.
  2. Enter a code point (U+XXXX, 0x..., or decimal) to see the matching character.

๐ŸŽฏ Use Cases

Example

Input
๊ฐ€A๐Ÿ˜€
Output
Char   Code Point   Decimal   UTF-8 (HEX)
๊ฐ€     U+AC00       44032     ea b0 80
A      U+0041       65        41
๐Ÿ˜€     U+1F600      128512    f0 9f 98 80

Each character is broken down into its code point, decimal value, and UTF-8 bytes. The emoji ๐Ÿ˜€ is a surrogate pair, but codePointAt handling shows it correctly as a single U+1F600 (4 bytes).

FAQ

What code point formats can I enter?
It recognizes three formats: U+AC00, 0xAC00, and 44032 (decimal).
Does it support surrogate-pair characters like emoji?
Yes. It uses codePointAt internally, so 4-byte characters like emoji are shown with the correct code point.
Is my text sent to a server?
No. Everything is calculated entirely in your browser.

More Text Tools

๐Ÿ“
Markdown Preview
Live-preview Markdown as HTML
๐Ÿ”—
URL Encoder/Decoder
Percent-encode/decode URL characters
โœ๏ธ
Find & Replace
Search & replace with regex support
๐Ÿ†š
Text Diff
Compare two texts line by line
โ†•๏ธ
List Sorter
Sort a list & remove duplicates
๐Ÿ“ง
Email Extractor
Extract & dedupe emails from text
๐Ÿ”ข
Character Counter
Count characters, bytes, lines & words
๐Ÿ” 
Case Converter
Convert to UPPER/lower/Title Case
๐Ÿ”ค
Fullwidth/Halfwidth Converter
Convert fullwidth chars โ†” halfwidth ASCII
๐Ÿ”Ÿ
Text to Decimal
Convert text โ†” decimal code points
๐Ÿงพ
Text to Hex
Convert text โ†” UTF-8 byte hex
0๏ธโƒฃ
Text to Binary
Convert text โ†” UTF-8 byte binary
๐Ÿ”ก
ASCII Art Generator
Turn text into an ASCII art banner