Possible Duplicate:
How do you print raw UTF-8 characters from their numbers? [PHP]
This code works : echo ' & # 3 4 ; '
will print a double quote on my webpage.
This, on the other hand, is obviously wrong : echo ' U + 2 5 B 2 '
just prints the literal characters.
What is the correct syntax? By the way, that U+25B2
should be an upward pointing triangle. I would like to use it to over an html select with its down triangle.