<?php/* Set with Unicode U+3013 (GETA MARK) */mb_substitute_character(0x3013);/* Set hex format */mb_substitute_character("long");/* Display current setting */echo mb_substitute_character();?>