Tool to make escaped or unescaped HTML code. The HTML code is able to auto-encode to display itself in HTML pages thanks to the HTML escape mechanism.
HTML Escape - dCode
Tag(s) : Internet
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
HTML Escape (or HTML Entities Encoding) is the name given to the technique that allows you to display HTML code inside an HTML code. The basic principle is to encode the characters < and > and the apostrophe ' so that they are no longer considered as tags.
Example: < is coded <
HTML codes start with & (ampersand) and end with ; (semicolon)
The HTML standard defines several hundred non-alphanumeric characters by a name, a code of a few letters.
The list was updated in February 2023 and should no longer change.
In the emergence of HTML, character encoding standards such as UTF-8 were not yet sufficiently developed and non-ASCII characters (beyond 127 and from ISO-8859-1) were generally problematic. One solution was to encode them in HTML.
Unicode characters are coded either � where 0000 is the hexadecimal Unicode code of the character or � where 0000 is the decimal Unicode code of the character.
Example: ¤ for ¤
The HTML escape strings depends on the programming language, PHP uses the functions htmlspecialchars() and htmlentities()
dCode retains ownership of the "HTML Escape" source code. Except explicit open source licence (indicated Creative Commons / free), the "HTML Escape" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "HTML Escape" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) and all data download, script, or API access for "HTML Escape" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.
The copy-paste of the page "HTML Escape" or any of its results, is allowed (even for commercial purposes) as long as you credit dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
HTML Escape on dCode.fr [online website], retrieved on 2024-11-21,