HTML Entity
2021. 10. 6. 10:23ㆍStudy/Publishing

엔티티 (Entity)란?
HTML에는 미리 예약 된 몇몇 문자가 있으며, 이러한 문자를 HTML 예약어(reserved characters)라고 부릅니다.
이러한 HTML 예약어를 HTML코드에서 사용하면, 웹 브라우저는 그것을 평소와는 다른 의미로 해석합니다.
따라서 HTML 예약어를 기존에 사용하던 의미 그대로 사용하기 위해 별도로 만든 문자셋을 엔티티(Entity)라고 합니다.
Entity Code
HTML에서 제공하는 대표적인 엔티티(entity)는 다음과 같습니다.
기호 | HTMl코드 | CSS코드 | 설명 |
공백 | | space | |
< | < | 좌측 화살표 | |
> | > | 우측 화살표 | |
& | & | ||
ⓒ | © | \00A9 | 저작권 서명 |
@ | @ | \0040 |
*참고사이트
https://unicode-table.com/kr/html-entities/
HTML 엔티티
HTML 엔티티 및 인기있는 문자 코드 목록
unicode-table.com
Entity Code - A Clear and Quick Reference to HTML Entities Codes
About EntityCode The idea came from my constant need to add those hard to remember HTML entity codes, such as the copyright symbol ( © ), every time I’m developing a new website or writing a new article. Usually, I either open one of my previously done
entitycode.com
https://www.toptal.com/designers/htmlarrows/arrows/
HTML Arrow Symbols, Entities and Codes — Toptal Designers
Easily find HTML arrow symbols, entities, characters and codes with ASCII, HEX, CSS and Unicode values; including right arrow, left arrow, up and down arrows.
www.toptal.com
https://oinam.github.io/entities/
Character Entities for HTML, CSS and Javascript
℘ ℘ ℘ script capital P, a.k.a. power set, a.k.a. Weierstrass p u+2118 ISOamso \2118 \u2118
oinam.github.io
'Study > Publishing' 카테고리의 다른 글
HTML5 시맨틱 태그 (Semantic Tag) (0) | 2021.10.07 |
---|---|
Reset.css / Normalize.css (0) | 2021.10.07 |
HTML 기본 문법 (0) | 2021.10.05 |
웹표준과 웹접근성 (0) | 2021.09.29 |
[css] Flexbox (0) | 2021.03.10 |