Unicode and Codepoints and HTML
An HTML entity (sometimes called "character entity"):
- Named entities, such as
©
(©) and&
(&) - Numeric entities, in the form of
&#xNNNNN;
where NNNNN is the hexadecimal value of the codepoint.
e.g.😕
- confused face - 😕
Have fun browsing the Unicode Character Code Charts