So, the source code for the web page says ↺ then? It may be already being entity escaped. Try just [:span "\Unnnn"] with the appropriate code (maybe the same one, 8634) for nnnn and see if that works.
On Mon, Jan 27, 2014 at 6:15 AM, Sunil S Nandihalli < [email protected]> wrote: > Hi Everybody, > Can somebody help me figure out as to how I can place a unicode > character. What I have > tried is [:span "↺"] with the correct header but it renders it > as-is. > > Thanks, > Sunil. > > -- > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
