web/HTML·CSS

html ์ด๋ชจ์ง€ ์ฝ”๋“œํ‘œ

๋ชฝ๊ตฌ์Šค_ 2020. 7. 21. 11:52
728x90
๋ฐ˜์‘ํ˜•

https://www.w3schools.com/charsets/ref_emoji.asp

 

HTML Emoji Reference

Emoji Unicode Reference Emojis For Web. If you want any of these emojis displayed in HTML, you can use the decimal (dec) or hexadecimal (hex) reference found in the table below. Example

๐Ÿฆ

I will display ๐Ÿฆ

www.w3schools.com

 

 

 

 

 

<a class="navbar-brand" href="#">Blog &#x1f497;</a>

์ด ์‚ฌ์ดํŠธ์— ์žˆ๋Š” ๋‘๋ฒˆ์งธ ์ฝ”๋“œ์•ž์— &#x๋ฅผ ๋ถ™์—ฌ ์‚ฌ์šฉํ•˜๋ฉด ๋œ๋‹ค

 

์ ์šฉ์ƒท

์ข€ ๋” ๊ท€์—ฌ์›Œ์ง„๋‹ค...

 

 

 

728x90
๋ฐ˜์‘ํ˜•