<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>abc</title> </head> <body> <?php $a="犬"; print $a; ?> </body> </html>