Skip to main content

How to insert unicode in vim

Today I learned how to insert unicode in Vim. It’s simple:

In insert mode, type Ctrl+V, then type u, then type the hex unicode.

You can also type character like escape (shown as ^[) or carriage return (shown as ^M) by typing Esc or Enter respectively.



Would you like to discuss this post? Email me!