Unicode Converter

View Unicode code points for any characters. Essential for understanding character encoding and internationalization.

Converter

Result

Empty

Conversion Guide

Conversion

U

Code Point Format

U+XXXX (hexadecimal)

Unicode code points written as U+ followed by hex digits

C

Character Mapping

Each character = unique code point

Every character, symbol, and emoji has a unique code point

Step-by-Step Scenario

Example Scenario

Character

A

1

Get Code Point

  • Character 'A' has code point 65 (decimal)

Get the decimal code point value

2

Convert to Hex

  • 65 (decimal) = 41 (hex)
U+0041

Additional Examples

Emoji

Character: 😀

Code Point

U+1F600 (128512 decimal)

Special Character

Character: ©

Code Point

U+00A9 (169 decimal)

Characteristics of Unicode

Universal Standard

Unicode is the universal character encoding standard. It supports over 1 million code points for all languages and symbols.

Code Point Format

Code points are written as U+ followed by hexadecimal digits. For example, U+0041 for 'A', U+1F600 for '😀'.

Real-Time Display

View code points instantly as you type. Shows both decimal and hexadecimal (U+XXXX) formats for each character.

Internationalization

Essential for understanding character encoding, internationalization (i18n), and working with multilingual applications.

Important Notes

  • Unicode code points are unique numbers assigned to each character. Written as U+XXXX in hexadecimal format.
  • Unicode supports code points from U+0000 to U+10FFFF (over 1 million). Currently defines over 150,000 characters.
  • Code point is different from character encoding. Code point is the abstract number, encoding (UTF-8, UTF-16) determines byte representation.
  • Emojis use code points in various ranges, typically U+1F300 to U+1F9FF. Some emojis use multiple code points (emoji sequences).
  • The calculator shows code points for each character in the input. Multi-character strings show code points for each character separately.

Frequently Asked Questions

Find answers to common questions about Unicode code points.