- Home
-
Text Generators
-
Text to Code Points
Convert Text to Code Points
Analyze text and convert characters into Unicode, Hex, HTML Entities, and more.
Try These Examples
Emoji & Symbols
View Unicode code points for emoji, arrows, and special symbols including supplementary plane characters.
JavaScript Escape
Generate JavaScript \uXXXX escape sequences for use in JS strings and JSON data.
HTML Entities
Convert text to HTML entity references in both hex and decimal formats.
Detect Hidden Chars
Find invisible Unicode characters like Zero Width Spaces and Joiners.
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 (XXXX;): 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.