Unicode input
Appearance
![]() | This article or section is in a state of significant expansion or restructuring. You are welcome to assist in its construction by editing it as well. If this article or section has not been edited in several days, please remove this template. If you are the editor who added this template and you are actively editing, please be sure to replace this template with {{in use}} during the active editing session. Click on the link for template parameters to use.
This article was last edited by Random832 (talk | contribs) 17 years ago. (Update timer) |
Many systems provide direct unicode input support to type in the unicode code point number in decimal and hex and get the resulting character.
- the WordPad editor can be used to generate characters from many Unicode blocks. Internet Explorer does not support typing in decimal entity values more than 255; in practice this is immaterial, as Windows takes modulo 256 of Alt codes greater than 255 anyway).
- Note: doing certain alt-key sequences in certain web browsers can cause unexpected results (a blank page, enter, expired cache, etc).
- A variant of alt codes are Alt-X codes: they can be applied in WordPad and Microsoft Word 2002/2003 for Windows; the keystroke
Alt + x
will convert a Selected hexadecimal number to the corresponding character; see Unicode input methods, Windows Alt keycodes. Note, IE does not support this feature. you need to hold alt down - The Linux console supports Alt codes using the same method as with Windows. In Vim editor, first type
Ctrl-V u
, then type in the hexadecimal number of the symbol or character desired, and it will be converted into the symbol. - In Mac OS X and in Mac OS 8.5 and later: choose the Unicode Hex Input keyboard layout. Hold down the Option key, and type the four-digit hex Unicode code point. Release the Option key; the equivalent character will appear. To type accents whilst using a standard Roman keyboard, hold down Option key then press `, e, i, n, and u for grave, acute, circumflex, tilde and umlaut respectively. Option can be used in conjunction with other keys to produce various other characters.[1]
- In GTK+ applications, press Ctrl-Shift-U and then type the Unicode number (in hexadecimal) with Ctrl and Shift held down. Later versions do not require Ctrl and Shift to be held down while typing the number. GTK+ versions before version 2.10 require holding down Ctrl and Shift while entering the number (Ctrl-Shift-U does not exist in those versions).
- With most keyboards, you can do Alt+Down, let go of down, then type in the number.