An HTML entity is a piece of text ("string") that begins with an ampersand (&) and ends with a semicolon (;) .
HTML Entity란 &
로 시작해서 ;
으로 끝나는 문자열이다.
키보드로 치기 어려운 기호나 문자를 표기할 때 사용한다.
예를 들어 ©와 같은 카피라이트 상징기호는 코드로 ©
로 표현한다.
&엔티티이름;
(예시) © :©
&#엔티티넘버;
(예시)© :©
references
https://www.educba.com/html-entities/