Search
 
SCRIPT & CODE EXAMPLE
 

CSS

how to use font awesome unicode in css

        <style>
        .facebook::before {
          font-family: "Font Awesome 5 Brands"; 
          font-weight: 400;
          content: "f09a";
        }
        </style>
Comment

how to use font awesome unicode in html

Use this:  &#xf6a2; &#x + code name
Comment

PREVIOUS NEXT
Code Example
Css :: css disable selection 
Css :: css transform duration 
Css :: how to cover full image in css 
Css :: how to get an angled section end css 
Css :: tint png white css 
Css :: table overflow not working 
Css :: inner box shadow 
Css :: ion-img border radius 
Css :: css list no bullets 
Css :: center with css 
Css :: css smooth transition in and out 
Css :: text align justify 
Css :: How to make an image fill its container without stretching 
Css :: how to make header always on top in html 
Css :: css div side rounded 
Css :: website make text not highlightable 
Css :: css shadow on hover 
Css :: grid center css 
Css :: css prevent line break 
Css :: centre div vertically and horizontally 
Css :: center absolute element css 
Css :: media screen tablet 
Css :: how to link css to html in visual studio code 
Css :: css animate background image 
Css :: css contain text in div 
Css :: css last of type 
Css :: img position css 
Css :: how to center an absolute div 
Css :: css element same line 
Css :: style scroll bar css 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =