Convert Text to Code Points

Analyze text and convert characters into Unicode, Hex, HTML Entities, and more.

0 Lines | 0 Chars
0 Lines | 0 Chars

Try These Examples

Emoji & Symbols

View Unicode code points for emoji, arrows, and special symbols including supplementary plane characters.

Apply Now

JavaScript Escape

Generate JavaScript \uXXXX escape sequences for use in JS strings and JSON data.

Apply Now

HTML Entities

Convert text to HTML entity references in both hex and decimal formats.

Apply Now

Detect Hidden Chars

Find invisible Unicode characters like Zero Width Spaces and Joiners.

Apply Now

About the Text to Code Points Converter

This powerful tool allows developers and designers to inspect the underlying Unicode structure of any text. It converts characters into their corresponding code points, which is essential for debugging encoding issues, working with special symbols, or preparing text for different programming environments.

Supported Formats

  • Unicode (U+XXXX): The standard notation for Unicode characters.
  • JavaScript (\uXXXX): Escape sequences for use in JS strings. Supports ES6 \u{XXXXX} for supplemental planes.
  • CSS (\XXXX): Escape sequences for use in CSS content property.
  • HTML Hex (&#xXXXX;): Hexadecimal HTML entity reference.
  • HTML Decimal (&#DDDD;): Decimal HTML entity reference.
  • Hex (0xXXXX): Raw hexadecimal numeric value.

Why use this tool?

  • Debugging: Find invisible characters like Zero Width Joiners (ZWJ) or Non-breaking spaces.
  • Development: Quickly generate escape codes for your source code.
  • Localization: Analyze multi-byte characters and Emoji composition.