HDK

位">
Home > Web Front-end > HTML Tutorial > 【HTML】Character (Glyphs) collection

【HTML】Character (Glyphs) collection

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-12-05 13:26:27
Original
2186 people have browsed it

Special Characters

" " " quotation mark u+0022 ISOnum p:before { content:"\0022"; } alert("\42")
& & & ampersand u+0026 ISOnum p:before { content:"\0026"; } alert("\46")
< < < less-than sign u+003C ISOnum p:before { content:"\003c"; } alert("\74");
> > > greater-than sign u+003E ISOnum p:before { content:"\003e"; } alert("\76");

#Latin-1 entity set for HTML

Name   Numeric Description Hex ISO in CSS content Octal
      no-break space %A0 p:before { content:"
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template