Right-pointing Double Angle Quotation Mark

»

Shortcodes

Copy useful codes for right-pointing double angle quotation mark symbol » to use in websites, apps, blogs, and docs.

Unicode
U+00BB
Alt Code
175
HTML Code
»
HTML Entity
»
HEX Code
»
CSS Code
\00BB
JS/JSON
\u00BB
Unix/C/PHP/JAVA
0x00BB
URL-encode
%C2%BB

Customize Right-pointing Double Angle Quotation Mark

Customize », download it as SVG or PNG, or copy the generated HTML snippet.

»
  

How to use Right-pointing Double Angle Quotation Mark Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>»</span>
HTML Code:
<span>&#187;</span>
HTML Entity:
<span>&raquo;</span>
HEX Code:
<span>&#x00BB;</span>

Add with CSS

.right-pointing-double-angle-quotation-mark::before {
  content: '\\00BB';
}

Set it in JavaScript

document.querySelector('.right-pointing-double-angle-quotation-mark').textContent = '»';

Related Bracket Symbols

View all Bracket Symbols
copied