Unicode: Difference between revisions
Jump to navigation
Jump to search
(→Unicode symbols: Element Of, and variants) |
(→Unicode symbols: unicode / latex name for arrows) |
||
Line 3: | Line 3: | ||
{| class=wikitable |
{| class=wikitable |
||
|- |
|||
!Symbol!!Unicode<br/>(hex)!!Unicode<br/>(dec)!!Keymap (linux be)!!HTML<br/>entity!!Unicode<br/>name!!LaTeX |
|||
|- |
|- |
||
|← |
|← |
||
Line 9: | Line 11: | ||
|← {{kbctrl|AltGr-Y}} |
|← {{kbctrl|AltGr-Y}} |
||
|← <code>&larr;</code> |
|← <code>&larr;</code> |
||
|Leftwards Arrow |
|||
|<code>\leftarrow</code> <code>\gets</code> |
|||
|- |
|- |
||
|↑ |
|↑ |
||
Line 15: | Line 19: | ||
|↑ {{kbctrl|AltGr-Shift-U}} |
|↑ {{kbctrl|AltGr-Shift-U}} |
||
|↑ <code>&uarr;</code> |
|↑ <code>&uarr;</code> |
||
|Upwards Arrow |
|||
|<code>\uparrow</code> |
|||
|- |
|- |
||
|→ |
|→ |
||
Line 21: | Line 27: | ||
|→ {{kbctrl|AltGr-I}} |
|→ {{kbctrl|AltGr-I}} |
||
|→ <code>&rarr;</code> |
|→ <code>&rarr;</code> |
||
|Rightwards Arrow |
|||
|<code>\rightarrow</code> <code>\to</code> |
|||
|- |
|- |
||
|↓ |
|↓ |
||
Line 27: | Line 35: | ||
|↓ {{kbctrl|AltGr-U}} |
|↓ {{kbctrl|AltGr-U}} |
||
|↓ <code>&darr;</code> |
|↓ <code>&darr;</code> |
||
|Downwards Arrow |
|||
|<code>\downarrow</code> |
|||
|- |
|||
| ⃖ |
|||
|0x20D6 |
|||
|8406 |
|||
| |
|||
| |
|||
|Combining Left Arrow Above |
|||
| |
|||
|- |
|||
| ⃗ |
|||
|0x20D7 |
|||
|8407 |
|||
| |
|||
| |
|||
|Combining Right Arrow Above |
|||
| |
|||
|- |
|- |
||
|∈ |
|∈ |
||
Line 34: | Line 60: | ||
|↓ <code>&darr;</code> |
|↓ <code>&darr;</code> |
||
|Element Of |
|Element Of |
||
|<code>\in</code> |
|||
|- |
|- |
||
|∉ |
|∉ |
||
Line 41: | Line 68: | ||
|↓ <code>&darr;</code> |
|↓ <code>&darr;</code> |
||
|Not An Element Of |
|Not An Element Of |
||
|<code>\notin</code> |
|||
|- |
|- |
||
|∊ |
|∊ |
||
Line 48: | Line 76: | ||
|↓ <code>&darr;</code> |
|↓ <code>&darr;</code> |
||
|Small Element Of |
|Small Element Of |
||
|<code>\smallin</code> |
|||
|} |
|} |
||
(LaTeX symbol name from package <tt>unicode-math</tt>) |
|||
How to find Unicode symbols: |
How to find Unicode symbols: |
||
Line 55: | Line 85: | ||
* In KDE, try ''KDE Character Selector'' (<code>KCharSelect</code>). |
* In KDE, try ''KDE Character Selector'' (<code>KCharSelect</code>). |
||
* In Windows, try ''Character Map''. Use '''Search for''' field to search characters with matching description (click ''Advanced view'') |
* In Windows, try ''Character Map''. Use '''Search for''' field to search characters with matching description (click ''Advanced view'') |
||
Using ''Combining'' symbols: |
|||
* TBC |
|||
Reference: |
|||
* [http://ctan.org/pkg/unicode-math unicode-math package] (see {{file|unimath-symbols.pdf}}, also in LaTeX documentation) |
|||
* [http://en.wikipedia.org/wiki/Mathematical_operators_and_symbols_in_Unicode Mathematical operators and symbols in Unicode (on wikipedia)] (with explanation links for lots of symbols!) |
|||
== Tips == |
== Tips == |
Revision as of 13:05, 14 May 2014
Unicode symbols
Frequently used symbols:
Symbol | Unicode (hex) |
Unicode (dec) |
Keymap (linux be) | HTML entity |
Unicode name |
LaTeX |
---|---|---|---|---|---|---|
← | 0x2190 | 8592 | ← ^AltGr-Y | ← ←
|
Leftwards Arrow | \leftarrow \gets
|
↑ | 0x2191 | 8593 | ↑ ^AltGr-Shift-U | ↑ ↑
|
Upwards Arrow | \uparrow
|
→ | 0x2192 | 8594 | → ^AltGr-I | → →
|
Rightwards Arrow | \rightarrow \to
|
↓ | 0x2193 | 8595 | ↓ ^AltGr-U | ↓ ↓
|
Downwards Arrow | \downarrow
|
⃖ | 0x20D6 | 8406 | Combining Left Arrow Above | |||
⃗ | 0x20D7 | 8407 | Combining Right Arrow Above | |||
∈ | 0x2208 | 8712 | ↓ ↓
|
Element Of | \in
| |
∉ | 0x2209 | 8713 | ↓ ↓
|
Not An Element Of | \notin
| |
∊ | 0x220A | 8714 | ↓ ↓
|
Small Element Of | \smallin
|
(LaTeX symbol name from package unicode-math)
How to find Unicode symbols:
- shapecatcher.com - unicode character recognition — draw the symbol with the mouse to find it!
- In Gnome, see character maps (
gucharmap
) to get unicode hex code. - In KDE, try KDE Character Selector (
KCharSelect
). - In Windows, try Character Map. Use Search for field to search characters with matching description (click Advanced view)
Using Combining symbols:
- TBC
Reference:
- unicode-math package (see unimath-symbols.pdf, also in LaTeX documentation)
- Mathematical operators and symbols in Unicode (on wikipedia) (with explanation links for lots of 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
).