Skip to content

HTML entity

An HTML entity represents a character using a named or numeric reference, letting markup-significant characters appear as literal text.

Escaping output for HTML prevents markup breakout, but it is not a substitute for URL encoding when the same value goes into a link. Continue with Markdown basics for documentation for the longer explanation.

Related tools

Related articles