Jump to content

Terminal control/Display an extended character: Difference between revisions

(→‎{{header|Perl 6}}: avoid decimal char numbers, use fullwidth pound sign)
Line 99:
fmt.Println("£")
}</lang>
 
=={{header|Haskell}}==
<lang Haskell>
module Main where
main = do
putStrLn "£"
putStrLn "札幌"
</lang>
 
=={{header|Icon}} and {{header|Unicon}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.