Unicode: Difference between revisions

From miki
Jump to navigation Jump to search
(Created page with "== Unicode symbols == Frequently used symbols: {| class=wikitable |- |← |0x2190 |8592 |← {{kbctrl|AltGr-Y}} |← <code>&larr;</code> |- |↑ |0x2191 |8593 |↑ {{k...")
 
Line 28: Line 28:
|&darr; <code>&amp;darr;</code>
|&darr; <code>&amp;darr;</code>
|}
|}

How to find Unicode symbols:
* [http://shapecatcher.com/ shapecatcher.com - unicode character recognition] &mdash; '''draw the symbol with the mouse to find it!'''
* In Gnome, see ''character maps'' (<code>gucharmap</code>) to get unicode hex code.
* In KDE, try ''KDE Character Selector'' (<code>KCharSelect</code>).


== Tips ==
== Tips ==

Revision as of 12:25, 14 May 2014

Unicode symbols

Frequently used symbols:

0x2190 8592 ^AltGr-Y &larr;
0x2191 8593 ^AltGr-Shift-U &uarr;
0x2192 8594 ^AltGr-I &rarr;
0x2193 8595 ^AltGr-U &darr;

How to find Unicode symbols:

Tips

Inserting Unicode symbols in Linux

These are similar to Windows' Alt-key code.

  • Ctrl-Shift-u, followed by unicode hexadecimal code while maintaining Ctrl-Shift (see [1])
Ex Ctrl-Shift-ue7 for ç, Ctrl-Shift-ue8 for è, Ctrl-Shift-ue9 for é...
  • In Gnome, see character maps (gucharmap) to get unicode hex coce.
  • In KDE, try KDE Character Selector (KCharSelect).