The genius of a creation was invented by Andy Skinner from doomsdaylabs.com.

Below are some instructions for how to type it on the computer, if you find other ways and for ot her systems like Linux, please post them!
- For the vertical bar, |, that's located above the Enter/Return key, usually requiring SHIFT to be pressed at the same time.
- For the sigma, ∑, on Mac's press OPTION-W.
For the sigma on windows, you'll need to use one of the following methods (not all methods work on all PCs apparantly because its dependent on registry settings, language settings, and the code file thats in the release of Windows you have).
In Windows, hold down ALT, then type the following characters using the sequence below:
- Alt xxx, where xxx is the decimal value of a code point, generates an OEM-encoded character.
- Alt 0xxx, where xxx is the decimal value of a code point, generates a Windows-encoded character.
- Alt +xxxx, where xxxx is the hexadecimal Unicode code point, generates a Unicode-encoded (UTF-16) character.
The following values should, according to the inter-webs, spew out a ∑:
- Alt +03A3
- Alt 228
Hey, thanks for the write up man! I didn't actually come up with the whole thing though - the ∑ part came from my colleague Simon Howe. Prior to his suggestion I'd been using the much less accurate (but easier to type) |=!
ReplyDelete