HTML Entity Detail

HTML Entity - Left Curly Bracket (opening)

Left Curly Bracket (opening) is a mathematical operators, comparison symbols, and notation characters. This HTML entity enables web developers to display this character reliably across all browsers without encoding issues.

Symbol preview
{
Unicode

U+007B

HTML entity

{

CSS code

\007B

Usage Examples

Use this HTML entity in mathematical expressions and equations. For example, ≠ for not equal, ≤ for less than or equal, ∞ for infinity.

Common Mistakes

⚠️

Mistake: Using programming operators instead of proper math symbols

Fix: In mathematical content, use ≠ (&ne;) not !=, ≤ (&le;) not <=, × (&times;) not x or *. Programming operators are meant for code, not mathematical notation.

⚠️

Mistake: Confusing similar math symbols with different meanings

Fix: Use ≅ (&cong;) for congruence, ≈ (&asymp;) for approximate equality, ∼ (&sim;) for similarity. Each symbol has a distinct mathematical meaning.

Left Curly Bracket (opening)

Select any code to highlight it before copying.

Category: Math Symbol
Unicode U+007B
Hex Code &#x007B;
HTML Code &#123;
HTML Entity &lbrace;
CSS Code \007B
Windows Shortcut Alt 0123
Mac Shortcut ⌥8
HTML code example
CSS code example
Last updated: 21 Jun 2026