1001Ferramentas
๐Ÿ”คDev

Unicode Info

Shows details of each character: code point (U+XXXX), official name, category, UTF-8 bytes, HTML/JS escapes.

What is Unicode?

Unicode is the standard that assigns a unique number (code point, e.g. U+1F600 for ๐Ÿ˜€) to every character of any language, symbol, emoji or ideogram.

UTF-8 encoding represents each code point in 1 to 4 bytes. ASCII (U+0000 to U+007F) uses 1 byte; emoji usually uses 4 bytes.

Everything in your browser.

Related Tools