//this file is saved as UTF-8 object Test { def main(args: Array[String]): Unit = { val testchar = '⇒' println(testchar == '\u21D2') } }