Home >Web Front-end >HTML Tutorial >【HTML】Character (Glyphs) collection
" | " | " | 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"); |
Name | Numeric | Description | Hex | ISO in CSS content | Octal | |
---|---|---|---|---|---|---|
no-break space | %A0 | p:before { content:" |