This is a normal link:
example
The following tests have the content property set on the
:after pseudo element of the <a /> element.
The corresponding stylesheet is directly inserted via a <style />
element in the <head /> of this document.
RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK as the content property value
a#contentISO:after { margin-left: 1em; content: '\BB'; color: green; }
Result:
example
a#contentISOdel-hx:after { margin-left: 1em; content: '»'; color: green; }
Result:
example
a#contentISOdel-dc:after { margin-left: 1em; content: '»'; color: green; }
Result:
example
CHECK MARK as the content property valueSPACE
a#contentUTF:after { margin-left: 1em; content: '\2713 '; color: green; }
Result:
example
DIGIT ZERO
a#contentUTFpadded:after { margin-left: 1em; content: '\002713'; color: green; }
Result:
example
a#contentUTFdel-hx:after { margin-left: 1em; content: '✓'; color: green; }
Result:
example
a#contentUTFdel-dc:after { margin-left: 1em; content: '✓'; color: green; }
Result:
example