-
Master
10,406 Answers
- Posted on Sep 23, 2010
Re: What is the code of equal
Do a GOOGLE-search for "ascii hex converter".
Use any of those web-pages to enter an "equal" to get its hex-code.
For example, enter a "blank" to get '20' as the hex-code.
If you're hand-coding a web-page, use '&20;' to force a "blank" to appear on the web-page.
×