본문 바로가기
Coding/HTML & CSS

[HTML & CSS] 다양한 특수문자, 기호(Symbol)들 입력값 # 1

by 포스트it 2021. 3. 16.
728x90
반응형

 

- code -

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <style>
        div {
  font-size: 50px;
}
    </style>
    <title>Document</title>
</head>
<body>
<h1 style="color: red;">다양한 특수기호(symbol)</h1>
<div>&#9728; &#9729; &#9730; &#9731; &#9732; &#9733; &#9734; &#9735; &#9736; &#9737;</div>
<div>&#9738; &#9739; &#9742; &#9743; &#9744; &#9745; &#9746; &#9747; &#9748; &#9749;</div>
<div>&#9750; &#9751; &#9752; &#9753; &#9754; &#9755; &#9756; &#9757; &#9758; &#9759;</div>
<div>&#9760; &#9761; &#9762; &#9763; &#9764; &#9765; &#9766; &#9767; &#9768; &#9769;</div>

</body>
</html>

 


결과값

 

☀ ☁ ☂ ☃ ☄ ★ ☆ ☇ ☈ ☉
☊ ☋ ☎ ☏ ☐ ☑ ☒ ☓ ☔ ☕
☖ ☗ ☘ ☙ ☚ ☛ ☜ ☝ ☞ ☟
☠ ☡ ☢ ☣ ☤ ☥ ☦ ☧ ☨ ☩
728x90
반응형

댓글