- ⎋ (escape):
U+238B
- ⇥ (tab):
U+21E5
- ⇪ (caps lock):
U+21EA
- ⇧ (shift):
U+21E7
- ⌃ (control):
U+2303
- ⌥ (option):
U+2325
- (Apple):
U+F8FF
(in some Apple-provided fonts only) - ⌘ (command):
U+2318
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# vim:set ft=python fileencoding=utf-8 sr et ts=4 sw=4 : See help 'modeline' | |
# From http://www.noah.org/wiki/Wavelength_to_RGB_in_Python | |
''' | |
== A few notes about color == | |
Color Wavelength(nm) Frequency(THz) | |
Red 620-750 484-400 | |
Orange 590-620 508-484 |