What is the HTML character reference code for the percent sign (%)?

我的梦境 提交于 2020-01-11 04:42:07

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!