Byte Order Mark
https://en.wikipedia.org/wiki/Byte_order_mark
A byte at the start of a text stream that indicates the order of bytes in the following stream (i.e. the Endianness.
Used for Unicode encodings such as UTF-8 and UTF-16 (when not using a specifically-designated Endianness version)