Unicode encoding
Unicode encoding allows web applications to handle text from any language, ensuring proper representation and secure transmission of characters. The most common encoding format on the web is UTF-8 because of its efficiency and compatibility with ASCII.
Unicode of some common characters:
Character
Unicode Equivalent
<
\u003c
>
\u003e
'
\u0027
"
\u0022
Last updated
Was this helpful?