Skip to main content
updated the quotes in the css
Source Link

Here are two ways:

* In HTML:

```<div class="ics">&#9969;</div>``` 

This will result into ⛱

  • In Css:

    .ics::before {content: \9969;"\9969;"}

with HTML code <div class="ics"></div>

This also results in ⛱

Here are two ways:

* In HTML:

```<div class="ics">&#9969;</div>``` 

This will result into ⛱

  • In Css:

    .ics::before {content: \9969;}

with HTML code <div class="ics"></div>

This also results in ⛱

Here are two ways:

* In HTML:

```<div class="ics">&#9969;</div>``` 

This will result into ⛱

  • In Css:

    .ics::before {content: "\9969;"}

with HTML code <div class="ics"></div>

This also results in ⛱

##Here are different ways.

Here are two ways:

  • In html <div class="ics">&#9969;</div> this will result into ⛱

  • In Css .ics::before {content: \9969;} just remove &# from &#9969;

* In HTML:


 
```<div class="ics">&#9969;</div>``` 

This will result into ⛱

  • =In Css:

  •  

    <div class="ics"></div>

    .ics::before {content: \9969;}

with HTML code <div class="ics"></div>

This also results in ⛱

##Here are different ways.

  • In html <div class="ics">&#9969;</div> this will result into ⛱

  • In Css .ics::before {content: \9969;} just remove &# from &#9969;


 
  • =

  •  

    <div class="ics"></div>

Here are two ways:

* In HTML:

```<div class="ics">&#9969;</div>``` 

This will result into ⛱

  • In Css:

    .ics::before {content: \9969;}

with HTML code <div class="ics"></div>

This also results in ⛱

Source Link

##Here are different ways.

  • In html <div class="ics">&#9969;</div> this will result into ⛱

  • In Css .ics::before {content: \9969;} just remove &# from &#9969;


  • =

  • <div class="ics"></div>