I stumped on this website with some strange text. The format was kept when I copied and I could not get rid of them. Even when I create a folder and pasted the text as folder name, the format was still there.
I also tried with JS, didn't work either.
What is this? How can I produce it with html?
CodePudding user response:
Symbols displayed on webpages, and in any other text in computing, are represented as positions in a character set. Today, this is most commonly Unicode.
For example:
a
isU 0061 : LATIN SMALL LETTER A
&
isU 0026 : AMPERSAND {and}