U+269C


$ cat u269c.go

package main
import "fmt"
func main() {
fmt.Println("⚜")
}


$ go run u269c.go