Symbols

Lozenge ◊

The lozenge (◊) is a diamond-shaped geometric figure used as a bullet point, decorative element, and mathematical symbol. In pharmacology, it refers to a medicinal tablet. The lozenge shape appears in heraldry, road signs, and various visual design contexts. As a Unicode character, it is an unfilled diamond outline.

All Representations

Named Entity
◊
Decimal Code
◊
Hex Code
◊
Unicode
U+25CA

Rendered Output

◊ renders as the character shown above

When to Use Lozenge

Use the lozenge as a decorative bullet point, in geometric and mathematical content, and as a visual design element. It provides a distinctive alternative to circular bullets. In some specialized texts, the lozenge has specific technical meanings related to its shape.

Try It — HTML Examples

Named entity in text
<p>Symbol: &loz;</p>
Decimal reference
<p>Symbol: &#9674;</p>
Hex reference
<p>Symbol: &#x25CA;</p>
Inside an HTML attribute
<div title="The Lozenge: &loz;">Hover to see</div>

About the Lozenge Entity

The Lozenge character (◊) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &loz;, the decimal numeric character reference &#9674;, or the hexadecimal numeric reference &#x25CA;. The character is assigned Unicode code point U+25CA in the Universal Character Set.

The lozenge (◊) is a diamond-shaped geometric figure used as a bullet point, decorative element, and mathematical symbol. In pharmacology, it refers to a medicinal tablet. The lozenge shape appears in heraldry, road signs, and various visual design contexts. As a Unicode character, it is an unfilled diamond outline.

Symbol entities encompass a wide variety of special characters used in legal disclaimers, intellectual property notices, typographic ornaments, card suit indicators, and miscellaneous notation throughout web content. These characters appear in website footers for copyright notices, product pages for trademark symbols, academic papers for dagger footnote markers, and decorative or gaming contexts for card suits and stars.

When deciding how to encode the Lozenge character in your HTML documents, the named entity &loz; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#9674; and hexadecimal form &#x25CA; are equally valid alternatives that work in contexts where named entities may not be supported, or when generating HTML output programmatically from server-side code. All three representations produce identical visual output in every modern web browser.

Use the lozenge as a decorative bullet point, in geometric and mathematical content, and as a visual design element. It provides a distinctive alternative to circular bullets. In some specialized texts, the lozenge has specific technical meanings related to its shape.

Related Entities

Explore More HTML Entities

Browse our complete reference of 262 HTML entities with codes, examples, and usage tips.