FG
💻 Software

How do you type Unicode characters using hexadecimal codes?

Fresh5 days ago
Mar 15, 2026122918 views
Confidence Score1%
1%

Problem

This is in Windows, but answers for other operating systems can be handy to others. Most guides say something to the effect of "hold down the Alt key and type in the code on the keypad". This works fine for decimal codes (like 65 for 'A'), but not for hexadecimal codes (like U+0041 for 'A'). Some applicatons provide other facilities that will allow hexadecimal Unicode character codes to be typed and then transformed. Word allows you to type the code (such as 200f) and then convert it to Unicode by typing Alt-X. I'm looking for a general method of doing this that will work with the standard input.

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How do you type Unicode characters using hexadecimal codes?

Low Risk

Found this in How to enter Unicode characters in Microsoft Windows : I tested this on Windows XP and Windows 2003. This method works regardless of any of your language settings, but is the most cumbersome to type: Press and hold down the Alt key. Press the + (plus) key on the numeric keypad. Type the hexidecimal unicode value. Release the Alt key. Alas, this appears to require a registry setting. It was already set on my computer, but some readers report that this method didn't work for them, a…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment