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.