问题
I want to use the code associated to the character %
. For example when we want to write é
then we code é
, so what is the code for %
?
回答1:
There are many possibilities:
%
%
%
A reference with all possible characters you find on the following site: http://dev.w3.org/html5/html-author/charref
回答2:
For percent sign the HTML equivalent is:
%
You can find the HTML codes for Unicode symbols here.
来源:https://stackoverflow.com/questions/33415330/what-is-the-html-character-reference-code-for-the-percent-sign