| This is read-only version of the old wiki, feel free to browse it for materials. If you want to share your own materials, please use GeoGebraTube instead. You are also welcome to help us enhance the new wiki. If any questions arise, please contact the webmaster. |
UnicodeToLetter Command
Syntax
UnicodeToLetter[number U]
Action
Returns letter with given Unicode value. The following table contains Unicode values for common symbols
| Value | Symbol |
|---|---|
| 10 | newline *) |
| 48 | 0 |
| ... | ... |
| 57 | 9 |
| 65 | A |
| ... | ... |
| 90 | Z |
| 97 | a |
| ... | ... |
| 122 | z |
*) For newline you can use "\\n"
See also