The next line uses code points and should contain a lowercase a-acute and a euro sign.
The following lines should begin with a lowercase a-acute:
<div>á</div>
<div>á</div>
<div>á</div>
The following line should begin with an uppercase a-acute:
<div>Á</div>
The following lines should begin with a euro sign.
<div>€</div>
<div>€</div>
<div>€</div>
The following lines should NOT begin with a euro sign, but numerous user agents do display the euro for compatability with incorrect usage of the Windows 1252 code page.
<div>€</div>
<div>€</div>