You can enter Unicode characters using Unicode escapes, e.g.

julia> "\u03b3"
"γ"


Windows has various ways of inputting Unicode characters like γ:

http://www.johndcook.com/blog/2008/08/17/three-ways-to-enter-unicode-characters-in-windows/


You may also want to try an editor that has support for this, e.g. Sublime
Text <https://www.sublimetext.com/>.

On Wed, Feb 3, 2016 at 2:02 PM, digxx <diger_d...@hotmail.com> wrote:

> apart from using repl...
>

Reply via email to