Skip to content
geeksforgeeks
  • Tutorials
    • Python
    • Java
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
    • Practice Coding Problems
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • HTML Tutorial
  • HTML Exercises
  • HTML Tags
  • HTML Attributes
  • Global Attributes
  • Event Attributes
  • HTML Interview Questions
  • HTML DOM
  • DOM Audio/Video
  • HTML 5
  • HTML Examples
  • Color Picker
  • A to Z Guide
  • HTML Formatter
Open In App

HTML Symbols

Last Updated : 02 Dec, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

HTML Symbols are special characters used in HTML to display characters that aren't on the keyboard or might cause issues with HTML code. Like if you used < (less than) or > (greater than) symbols in your HTML document then the browser will treat them differently.

To define HTML symbols, you can use either a named entity or a number entity.

Commonly Used HTML Symbols

  1. ©:copyright sign:
    &copy;
    code : html
            <p>these is the sign of : &copy;</p>          
  2. ®:registered trade mark sign:
    &reg;
    code : html
            <p>these is the sign of : &reg;</p>          
  3. ™:trade mark sign:
     &trade;
    code : html
            <p>these is the sign of : &trade; </p>          
  4. @: at symbol sign:
    &commat; 
    code : html
            <p>these is the sign of : &commat; </p>          
  5. ¶: paragraph sign :
    &para; 
    code : html
            <p>these is the sign of : &para; </p>          
  6. §:section sign:
    &sect;
    code : html
            <p>these is the sign of : &sect; </p>          
  7. ℂ: double-struck capital c:
    & copf;
    code : html
            <p>these is the sign of : &copf;</p>          
  8. ℅: care of :
    &incare; 
    code : html
            <p>these is the sign of : &incare; </p>          
  9. ℊ:script small g syntax :
    &gscr;
    code : html
            <p>these is the sign of : &gscr; </p>          
  10. ℋ: script capital h syntax :
    &hamilt; 
    code : html
            <p>these is the sign of : &hamilt; </p>          
  11. ℌ: black-letter capital h syntax :
    &hfr; 
    code : html
            <p>these is the sign of : &hfr; </p>          
  12. ℍ: double-struck capital h syntax :
    &hopf; 
    code : html
            <p>these is the sign of : &hopf; </p>          
  13. ℎ:planckh constant syntax :
    &planckh; 
    code : html
            <p>these is the sign of :&planckh; </p>          
  14. ℏ: planck constant over two pi syntax :
    &planck; 
    code : html
            <p>these is the sign of : &planck; </p>          
  15. ℐ:script capital i syntax :
    &iscr; 
    code : html
            <p>these is the sign of : &iscr; </p>          
  16. ℑ: black-letter capital syntax :
    &image; 
    code : html
            <p>these is the sign of : &image; </p>          
  17. ℒ :script capital l syntax :
    &lscr; 
    code : html
            <p>these is the sign of : &lscr; </p>          
  18. ℓ: script small l syntax :
    &ell; 
    code : html
            <p>these is the sign of : &ell; </p>          
  19. ℕ: &nopf; syntax :
    &nopf; 
    code : html
            <p>these is the sign of : &nopf; </p>          
  20. №: numero sign syntax :
    &numero; 
    code : html
            <p>these is the sign of : &numero;</p>          
  21. ℗:sound recording copyright syntax :
    &copysr; 
    code : html
            <p>these is the sign of : &copysr; </p>          
  22. ℘: script capital p syntax :
    &weierp; 
    code : html
            <p>these is the sign of : &weierp; </p>          
  23. ℚ:double-struck capital qsyntax :
    &qopf; 
    code : html
            <p>these is the sign of : &qopf; </p>          
  24. " : " Sign Syntax
    & 
    code : html
            <p>these is the sign of :  </p>          
  25. ℛ:script capital r syntax :
    &rscr; 
    code : html
            <p>these is the sign of : &rscr; </p>          
  26. ℜ : black-letter capital r syntax :
    &real; 
    code : html
            <p>these is the sign of :&real;  </p>          
  27. ℝ : double-struck capital r syntax :
    &ropf; 
    code : html
            <p>these is the sign of : &ropf; </p>          
  28. ℞ : prescription take syntax :
    &rx; 
    code : html
            <p>these is the sign of : &rx; </p>          
  29. ℤ : double-struck capital z syntax :
    &zopf; 
    code : html
            <p>these is the sign of : &zopf; </p>          
  30. ℧:inverted ohm sign :
    &mho; 
    code : html
            <p>these is the sign of : &mho; </p>          
  31. ℨ:black-letter capital z syntax :
    &zfr; 
    code : html
            <p>these is the sign of : &zfr; </p>          
  32. ℩ : turned greek small letter iota syntax :
    &iiota;
    code : html
            <p>these is the sign of :&iiota;</p>          
  33. ℬ:script capital b syntax :
    &bernou; 
    code : html
            <p>these is the sign of :&bernou; </p>          
  34. ℭ: black-letter capital c syntax :
    &cfr;
    code : html
            <p>these is the sign of :&cfr; </p>          
  35. ℯ: script small e syntax :
    &escr;
    code : html
            <p>these is the sign of :&escr;</p>          
  36. ℰ:script capital e syntax :
    &escr;
    code : html
            <p>these is the sign of : &escr; </p>          
  37. ℱ:script capital f syntax :
    &fscr; 
    code : html
            <p>these is the sign of : &fscr; </p>          
  38. ℳ : script capital m syntax :
    &mscr; 
    code : html
            <p>these is the sign of :&mscr;  </p>          
  39. ℴ: script small o syntax :
    &oscr;
    code : html
            <p>these is the sign of : &oscr;  </p>          
  40. ℵ: alef symbol syntax :
    &alefsym; 
    code : html
            <p>these is the sign of : &alefsym; </p>          
  41. ℶ: bet symbol syntax :
    &beth; 
    code : html
            <p>these is the sign of : &beth; </p>          
  42. ℷ : gimel symbol syntax :
    &gimel;
    code : html
            <p>these is the sign of : &gimel; </p>          
  43. ℸ : dalet symbol syntax :
    &daleth; 
    code : html
            <p>these is the sign of : &daleth; </p>          
  44. ⅆ :double-struck italic small d syntax :
    &dd; 
    code : html
            <p>these is the sign of :&dd;  </p>          
  45. ⅇ : double-struck italic small e syntax :
    &ee; 
    code : html
            <p>these is the sign of :&ee;  </p>          
  46. ⅈ:double-struck italic small i syntax :
    &ii;
    code : html
            <p>these is the sign of : &ii;  </p>          
  47. ★ : black star syntax :
    &starf;
    code : html
            <p>these is the sign of :&starf;  </p>          
  48. ☆: white star syntax :
    &star; 
    code : html
            <p>these is the sign of :&star;  </p>          
  49. ☎: black telephone syntax :
    &phone;
    code : html
            <p>these is the sign of : &phone; </p>          
  50. ♀ : female sign syntax :
    &female; 
    code : html
            <p>these is the sign of :&female;  </p>          
  51. ♂:male sign syntax :
    &male; 
    code : html
            <p>these is the sign of :&male;  </p>          
  52. ♠ : black spade suit syntax :
    &spades; 
    code : html
            <p>these is the sign of : &spades; </p>          
  53. ♣ : black club suit syntax :
    &clubs;
    code : html
            <p>these is the sign of : &clubs; </p>          
  54. ♥ : black heart suit syntax :
    &hearts; 
    code : html
            <p>these is the sign of : &hearts; </p>          
  55. ♦ : black diamond suit syntax :
    &diams; 
    code : html
            <p>these is the sign of : &diams; </p>          
  56. ♪: eighth note syntax :
    &sung; 
    code : html
            <p>these is the sign of :&sung;  </p>          
  57. ♭:music flat sign syntax :
    &flat; 
    code : html
            <p>these is the sign of : &flat; </p>          
  58. ♮: music natural sign syntax :
    &natural; 
    code : html
            <p>these is the sign of : &natural;  </p>          
  59. ♯ : music sharp sign syntax :
    &sharp; 
    code : html
            <p>these is the sign of : &sharp; </p>          
  60. ✓:check mark syntax :
    &check;
    code : html
            <p>these is the sign of : &check;  </p>          
  61. ✗:ballot x syntax :
    &&cross;
    code : html
            <p>these is the sign of : &cross;  </p>          
  62. ✠:maltese cross syntax :
    &malt; 
    code : html
            <p>these is the sign of : &malt;  </p>          
  63. ✶:six pointed black star syntax :
    &sext;
    code : html
            <p>these is the sign of : &sext;  </p>          
  64. ❘:light vertical bar syntax :
    &verticalseparator;
    code : html
            <p>these is the sign of : &verticalseparator;  </p>          

S

Sabya_Samadder
Improve
Article Tags :
  • HTML

Similar Reads

    HTML Tutorial
    HTML stands for HyperText Markup Language. It is the standard language used to create and structure content on the web. It tells the web browser how to display text, links, images, and other forms of multimedia on a webpage. HTML sets up the basic structure of a website, and then CSS and JavaScript
    11 min read
    HTML Introduction
    HTML stands for Hyper Text Markup Language, which is the core language used to structure content on the web. It organizes text, images, links, and media using tags and elements that browsers can interpret. As of 2025, over 95% of websites rely on HTML alongside CSS and JavaScript, making it a fundam
    6 min read
    HTML Editors
    An HTML Editor is a software application designed to help users create and modify HTML code. It often includes features like syntax highlighting, tag completion, and error detection, which facilitate the coding process. There are two main types of HTML editors: Text-Based Editors - Allow direct codi
    5 min read
    HTML Basics
    HTML (HyperText Markup Language) is the standard markup language used to create and structure web pages. It defines the layout of a webpage using elements and tags, allowing for the display of text, images, links, and multimedia content. As the foundation of nearly all websites, HTML is used in over
    6 min read
    HTML Comments
    HTML comments are used to add notes or explanations in the HTML code that are not displayed by the browser.They are useful for documenting the code, making it easier to understand and maintain.To add a comment, use the syntax <!-- your comment here -->. HTML<!-- This is a comment and will n
    4 min read
    HTML Elements
    An HTML Element consists of a start tag, content, and an end tag, which together define the element's structure and functionality. Elements are the basic building blocks of a webpage and can represent different types of content, such as text, links, images, or headings.For example, the <p> ele
    5 min read
    HTML Attributes
    HTML Attributes are special words used within the opening tag of an HTML element. They provide additional information about HTML elements. HTML attributes are used to configure and adjust the element's behavior, appearance, or functionality in a variety of ways. Each attribute has a name and a value
    8 min read
    HTML Headings
    HTML headings are used to define the titles and subtitles of sections on a webpage. They help organize the content and create a structure that is easy to navigate.Proper use of headings enhances readability by organizing content into clear sections.Search engines utilize headings to understand page
    4 min read
    HTML Paragraphs
    A paragraph in HTML is simply a block of text enclosed within the <p> tag. The <p> tag helps divide content into manageable, readable sections. It’s the go-to element for wrapping text in a web page that is meant to be displayed as a distinct paragraph.Syntax:<p> Some Content...
    5 min read
    HTML Text Formatting
    HTML text formatting refers to the use of specific HTML tags to modify the appearance and structure of text on a webpage. It allows you to style text in different ways, such as making it bold, italic, underlined, highlighted, or struck-through. Table of ContentCategories of HTML Text FormattingLogic
    4 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences