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