#data
þÿhtml{color:green;}
/* starts with utf-32be bom */
#encoding
utf-32be
#data
ÿþ html{color:green;}
/* starts with utf-32le bom */
#encoding
utf-32le
#data
þÿhtml{color:green;}
/* starts with utf-16be bom */
#encoding
utf-16be
#data
ÿþhtml{color:green;}
/* starts with utf-16le bom */
#encoding
utf-16le
#data
html{color:green}
/* starts with utf-8 bom */
#encoding
utf-8