14,954
edits
| Line 121: | Line 121: | ||
</pre> | </pre> | ||
Using PHP [https://wiki.php.net/rfc/unicode_escape Unicode Codepoint Escape Syntax] | Using PHP v. 7.0 [https://wiki.php.net/rfc/unicode_escape Unicode Codepoint Escape Syntax]<ref>[https://secure.php.net/manual/en/migration70.new-features.php#migration70.new-features.unicode-codepoint-escape-syntax PHP: New features - Manual]</ref> | ||
<pre> | <pre> | ||
echo "\u{8c61}" . PHP_EOL; // print 象 | echo "\u{8c61}" . PHP_EOL; // print 象 | ||