Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

How do I enter Unicode characters like ?? without copying it to the clipboard and pasting it?

Things I know:

  • The command ga on the character ?? gives me hex:0001d4ed.
  • I can copy it on the clipboard and paste it via "+p.
  • I know how to enter Unicode values that have a 4 digit hex code:
    <C-v>u for example <C-v>u03b1 gives the α character.
question from:https://stackoverflow.com/questions/9119649/enter-unicode-characters-with-8-digit-hex-code

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
551 views
Welcome To Ask or Share your Answers For Others

1 Answer

You can use <C-v>U, that is, an uppercase u, to input an 8 digit hex codepoint character.

More information here and here.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...