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.

Previous post: How to match Unicode in RegEx

Next post: SOCKS Proxy via SSH