๐ก
Developer Tools
Unicode Character Lookup
Look up any Unicode character by name, codepoint (U+xxxx), or by pasting the character itself. Get the HTML entity, CSS escape, UTF-8 bytes, and copy instantly.
Browse Common Characters
Frequently asked
questions
A Unicode codepoint is a unique number assigned to every character in the Unicode standard โ over 140,000 characters covering all modern scripts, symbols, and emoji. Codepoints are written as U+XXXX where XXXX is a hex number (e.g. U+00A9 is the ยฉ copyright symbol).
HTML entities (© or ©) are used in HTML markup. CSS escapes (\00A9) are used in CSS content properties or selectors. JavaScript uses \u00A9 (or \u{00A9} for codepoints above U+FFFF).