Do you mean you to use the character as part of a variable name? e.g. ䷀ = 12
If so, I'm not sure you can do it from the REPL, other than via using eval, e.g. @eval $(Symbol('\u4dc0')) = 12 -simon On Friday, 4 November 2016 15:16:20 UTC, Henri Girard wrote: > > Hi, > I am trying to enter unicode this way : > > '\u4dc0' it's the first trigramm, but when I run it I still have quote ? > > I can get rid of them by copying the picture and paste it ䷀ , is there a > way of doing it at once ? > Best > Henri >