«
Punctuation

Left-Pointing Double Angle Quotation Mark «

The left-pointing double angle quotation mark, also called a guillemet, is the standard opening quotation mark in French, German, Russian, and many other European languages. Guillemets point outward from the quoted text in French and inward in German. They are also widely used as decorative elements in UI design.

All Representations

Named Entity
«
Decimal Code
«
Hex Code
«
Unicode
U+00AB

Rendered Output

«

« renders as the character shown above

When to Use Left-Pointing Double Angle Quotation Mark

Use the left guillemet to open quotations in French, Spanish, Italian, Russian, and other languages that use angle quotation marks. In web design, guillemets are often used for navigation links (« Previous) and as decorative bracketing elements. Pair with » to close.

Try It — HTML Examples

Named entity in text
<p>Symbol: &laquo;</p>
Decimal reference
<p>Symbol: &#171;</p>
Hex reference
<p>Symbol: &#xAB;</p>
Inside an HTML attribute
<div title="The Left-Pointing Double Angle Quotation Mark: &laquo;">Hover to see</div>

About the Left-Pointing Double Angle Quotation Mark Entity

The Left-Pointing Double Angle Quotation Mark character («) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &laquo;, the decimal numeric character reference &#171;, or the hexadecimal numeric reference &#xAB;. The character is assigned Unicode code point U+00AB in the Universal Character Set.

The left-pointing double angle quotation mark, also called a guillemet, is the standard opening quotation mark in French, German, Russian, and many other European languages. Guillemets point outward from the quoted text in French and inward in German. They are also widely used as decorative elements in UI design.

Punctuation and whitespace entities are among the most frequently used HTML entities in web development. They handle characters that either have special meaning in HTML syntax — such as angle brackets and ampersands — or represent typographic characters that improve the visual quality of text, like em dashes and curly quotes. Proper use of punctuation entities is essential for producing valid, well-formed HTML documents and achieving professional-looking typography on the web.

When deciding how to encode the Left-Pointing Double Angle Quotation Mark character in your HTML documents, the named entity &laquo; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#171; and hexadecimal form &#xAB; 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 left guillemet to open quotations in French, Spanish, Italian, Russian, and other languages that use angle quotation marks. In web design, guillemets are often used for navigation links (« Previous) and as decorative bracketing elements. Pair with &raquo; to close.

Related Entities

Explore More HTML Entities

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