Link Search Menu Expand Document

Sources

Table of contents

  1. Special Characters
    1. Character Entities
    2. Emoji Characters
  2. External Sources
    1. Icon

Special Characters

Character Entities

▸ 특수문자를 코드로 사용해서 작성해야 마크업 언어가 꼬이지 않음

특수문자 사이트

Emoji Characters

Emojis are characters from the UTF-8 alphabet

😄 is 128516 😍 is 128525 💗 is 128151

😄 is 128516
😍 is 128525
💗 is 128151

이모지 더보기


External Sources

Icon

  • Font Awesome

      <script  src="https://kit.fontawesome.com/cefbde467a.js" crossorigin="anonymous"></script>
          &#8594; 가입하면 개인별로 스크립트 코드를 부여함
      ...
        
      <a href="#">
          <span>cat</span>
          <i class="fas fa-cat fa-5x"></i> 
      </a>
    
  • Bootstrap Icons

      <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
    
  • Google Icons

      <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
    

이 웹사이트는 jekyll로 제작되었습니다. Patrick Marsceill, Distributed by an MIT license.