Terminal control/Unicode output: Difference between revisions

Content added Content deleted
(jq)
m (→‎{{header|Scala}}: Rm Scala imp category)
Line 277: Line 277:


=={{header|Scala}}==
=={{header|Scala}}==
[[Category:Scala Implementations]]Ad hoc in the REPL:
Ad hoc in the REPL:
{{libheader|Scala}}<lang Scala>scala> println(s"Unicode is supported on this terminal and U+25B3 is : \u25b3")
{{libheader|Scala}}<lang Scala>scala> println(s"Unicode is supported on this terminal and U+25B3 is : \u25b3")
Unicode is supported on this terminal and U+25B3 is : △</lang>
Unicode is supported on this terminal and U+25B3 is : △</lang>