Unicode converter
Convert characters to code points, HTML entities, CSS and JavaScript escapes and UTF-8 bytes—or turn codes back into characters.
Accepted input
Type or paste characters, or codes in any of these forms, separated by spaces or commas: U+20AC, 0x20AC, 20AC (in “codes” mode), €, €, €, \u20AC or \u{1F600}. Auto-detect treats input as codes only when every item looks like a code.
Why several formats?
The same character is written differently depending on where it goes: HTML needs &#x…; or a named entity, CSS content uses a backslash escape, JavaScript and JSON use \u escapes, and files and URLs store UTF-8 bytes.
More tools
Symbol searchSearch every character by name, keyword or code point.Alt code finderVerified Windows Alt codes and Mac Option shortcuts.Accent keyboardType accented letters and copy the whole text.Unicode lookupPaste any text and see every character inside it.Unicode converterConvert between characters, U+ codes, HTML, CSS and UTF-8.HTML entitiesEvery named HTML character reference in one table.