00 Votes

Enter five-digit Unicode Characters

Question by Mail Request | 2018-02-01 at 16:27

How can I enter 5-digit Unicode Code Points? For example, 1F700 or 1F71D. All descriptions I have found on the Internet always only work for 4-digit Unicode characters.

I assume this is related to the UTF16 encryption of Windows. I do not think that it is because of fonts.

Could you possibly help me further?

ReplyPositiveNegativeDateVotes
2Best Answer2 Votes

Where do you want to enter these characters? In HTML code you could just write 🜀 to insert the character. If you mean the ALT key method that can be used on Windows, it would be ALT + 128768. You need to convert the hexadecimal code 1F700 to the decimal code 128768 for that.

However, many programs support that ALT key input only from 0 to 255. For larger numbers, the remainder of the entered number (modulo) is taken so that only characters from this value range can be entered. Some programs may not even render "high" Unicode characters (regardless of how you type them in), so you'll need to pay attention to that.

In addition, the selected font must support the character to represent it. The font must contain a symbol (glyph) for the respective character (code point), otherwise you will either see nothing or just an empty box. So you might need a special font for your project.

Incidentally, in the Windows character table itself, you can not only see the existing characters (glyphs) of a font but also enter high Unicode codes with the ALT key.

More about this topic you can learn in the article about how to enter Unicode Characters.
Last update on 2026-08-03 | Created on 2018-02-01

ReplyPositive Negative
00 Votes

Thank you very much. I've spent the entire evenings here for a whole week to find a solution. It was then due to the font, although that is different everywhere. (I had only tried fonts that were supposed to work). Arial Unicode MS should work, but it does not. It worked with Symbola. Thanks again and best regards!
Last update on 2026-08-03 | Created on 2018-02-02

Positive Negative
00 Votes

Thanks, that's going in the right direction.

However, I want to type in either Word or Pages but on an iMAC...

It also works up to the hex number FFFF (option key + code). But not for values ​​greater than FFFF.

On the Windows computer it always works with the Alt key, even for large numbers.

Do you have another idea?

Greetings

Wolfram
2026-07-03 at 23:02

Positive Negative
11 Vote

As far as I know (unfortunately I'm not on a Mac to try it out at the moment) there's only a small detour to get these values work on the Mac:

  1. Press CTRL + CMD + Spacebar
  2. Enter codepoint in the form U+XXXXX
  3. Press Enter key

Of course, this is a bit more complicated, but at least it is possible to work without a mouse.
2026-07-04 at 08:20

Positive Negative
00 Votes

NetLabel,

Your answer worked.

Indeed, it's  a bit cumbersome, but at least it works.

Greetings,

Wolfram
2026-07-05 at 17:12

Positive Negative
Reply
Reply

Related Topics

Important Note

Please note: The contributions published on askingbox.com are contributions of users and should not substitute professional advice. They are not verified by independents and do not necessarily reflect the opinion of askingbox.com. Learn more.

Participate

Ask your own question or write your own article on askingbox.com. That’s how it’s done.