Source Code:
(back to article)
<?php $str = "\u{1F497}"; // This is the Unicode code point for the "Growing Heart" emoji echo $str;
Result:
Report an issue