Home »
MCQs »
PHP MCQs
What is the valid set of characters (or, metacharacters) to find the Unicode character specified by the hexadecimal number xxxx?
132. What is the valid set of characters (or, metacharacters) to find the Unicode character specified by the hexadecimal number xxxx?
- \uxxxx
- \xxxx
- \+uxxxx
- \+Uxxxx
Answer: A) \uxxxx
Explanation:
\uxxxx is used to find the Unicode character specified by the hexadecimal number xxxx.