Front-end Tutorials

Front-end Tutorials

HTMLCSSSassJavaScriptReactJS
CMS Tutorials

CMS Tutorials

WordPress
Tutorials expand

HTML Entity | Left Arrow Headless Double Tail

Posted in HTML Tutorial
Updated on Dec 01, 2024
By Mari Selvan
๐Ÿ‘๏ธ 33 - Views
โณ 4 mins
๐Ÿ’ฌ 1 Comment
HTML Entity Left Arrow Headless Double Tail

Photo Credit to CodeToFun

Quick Reference

Let's have a look at HTML Entity Left Arrow Headless Double Tail in a Table View.

NameValue
unicodeU+0291B
hex code⤛
html code⤛
html entity⤛
css code\0291B

๐Ÿ“„ Example

The following example will demonstrate how to use Left Arrow Headless Double Tail using Hexa Decimal, HTML Code, HTML Entity and CSS Entity.

For a complete reference, go to our HTML Entities.

demo.html
Copied
Copy To Clipboard
<!DOCTYPE html>
<html>
<head>
 <style>
  #point:after{
   content: "\0291B";
  }
 </style>
</head>
<body>

<p>Left Arrow Headless Double Tail using Hexa Decimal: &#x291B;</p>
<p>Left Arrow Headless Double Tail using HTML Code: &#10523;</p>
<p>Left Arrow Headless Double Tail using HTML Entity: &lAtail;</p>
<p id="point">Left Arrow Headless Double Tail using CSS Entity: </p>

</body>
</html>

๐Ÿ’ป Output

When you run the above program, it will print the following output:

Output
Left Arrow Headless Double Tail using Hexa Decimal: โค›
Left Arrow Headless Double Tail using HTML Code: โค›
Left Arrow Headless Double Tail using HTML Entity: โค›
Left Arrow Headless Double Tail using CSS Entity: โค›

โœ” Conclusion:

Understanding and using HTML entities is fundamental for creating well-formatted, accessible web content. Whether you need to display special characters or ensure proper rendering of reserved symbols, HTML entities provide a standardized solution.

๐Ÿคฏ Fun Fact

Logo

Did you Know?

With over 1500 HTML entities available to date, please click here to explore the complete list of HTML entities.

๐Ÿ‘จโ€๐Ÿ’ป Join our Community:

To get interesting news and instant updates on Front-End, Back-End, CMS and other Frameworks. Please Join the Telegram Channel:

Author

author
๐Ÿ‘‹ Hey, I'm Mari Selvan

For over eight years, I worked as a full-stack web developer. Now, I have chosen my profession as a full-time blogger at codetofun.com.

Buy me a coffee to make codetofun.com free for everyone.

Buy me a Coffee

Share Your Findings to All

Subscribe
Notify of
guest
1 Comment
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Mari Selvan
Mari Selvan
1 year ago

If you have any doubts regarding this article (HTML Entity | Left Arrow Headless Double Tail) please comment here. I will help you immediately.

We make use of cookies to improve our user experience. By using this website, you agree with our Cookies Policy
AgreeCookie Policy