3

I wanted to know if there is a way to type an @ symbol by pressing Alt+64 like in Windows. I use both Spanish and English keyboard layouts so I find it useful.

Zanna
  • 72,312
REDC
  • 41

1 Answers1

5

Like Windows uses the Alt-Combos for ASCII, Ubuntu knows a similar input method for Unicode characters.

To enter the @ sign, which would be Unicode U+40 (hexadecimal!), press and hold Ctrl+Shift and then press U,4,0.

This works the same for all Unicode chars, like U+2744 for a snowflake.

s3lph
  • 14,644
  • 12
  • 60
  • 83