— Unicode Code Point Lookup

Free Unicode Code Point Lookup

Quick Tips

  • This tool runs entirely in your browser - your data stays private.
  • Press Ctrl+V (Cmd+V on Mac) to quickly paste text.
  • Use the Copy button to save your result to clipboard.
  • Bookmark this page for quick access!

Look up Unicode code points, names, and properties for any character.

Your Recent Tools

Examples

Input
A
Output
U+0041 LATIN CAPITAL LETTER A | Category: Lu (Letter, uppercase) | Script: Latin
Input
Output
U+20AC EURO SIGN | Category: Sc (Symbol, currency) | Script: Common
Input
😀
Output
U+1F600 GRINNING FACE | Category: So (Symbol, other) | Script: Common
Input
U+4E2D
Output
中 | U+4E2D CJK UNIFIED IDEOGRAPH-4E2D | Script: Han

Why Use This Tool?

What problems does this solve?

When working with international text, you need to identify characters precisely. This tool reveals the exact Unicode identity of any character, helping debug display issues and understand text composition.

Common use cases:

  • Identifying unfamiliar characters by their Unicode properties
  • Detecting confusable/homoglyph characters in security contexts
  • Finding code points for use in CSS, HTML, or code
  • Understanding character composition and properties
  • Learning about Unicode structure and organization

Who benefits from this tool?

Internationalization (i18n) developers. Security researchers detecting homoglyph attacks. Font designers and typographers. Anyone working with multilingual text.

Privacy first: All lookups happen locally in your browser. Your text never leaves your device.

Frequently Asked Questions

Paste the character into this tool. It will show the code point in U+XXXX format, along with the official Unicode name and other properties.

The General Category indicates the character type: Lu (uppercase letter), Ll (lowercase letter), Nd (decimal digit), Sc (currency symbol), So (other symbol), etc. This helps with text processing logic.

Emoji are characters with their own code points, mostly in the Supplementary Multilingual Plane (U+1F300 to U+1F9FF). Some emoji use sequences of multiple code points (like skin tone modifiers).

Different Unicode characters that look identical, like Latin "a" (U+0061) and Cyrillic "а" (U+0430). They are used in phishing attacks. This tool can identify which character you actually have.

Yes, enter part of the Unicode name (like "GRINNING" or "EURO") to find matching characters. Exact code point searches also work with U+, 0x, or plain hex formats.

The BMP is Unicode Plane 0 (U+0000 to U+FFFF), containing most commonly used characters. Characters outside BMP (like many emoji) require surrogate pairs in UTF-16 encoding.