Right Angle Bracket With Dot
⦒
Shortcodes
Copy useful codes for right angle bracket with dot symbol ⦒ to use in websites, apps, blogs, and docs.
Unicode
U+2992 HTML Code
⦒ HEX Code
⦒ CSS Code
\2992 JS/JSON
\u2992 Unix/C/PHP/JAVA
0x2992 URL-encode
%E2%A6%92 Customize Right Angle Bracket With Dot
Customize ⦒, download it as SVG or PNG, or copy the generated HTML snippet.
⦒
How to use Right Angle Bracket With Dot Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>⦒</span> HTML Code:
<span>⦒</span> HEX Code:
<span>⦒</span> Add with CSS
.right-angle-bracket-with-dot::before {
content: '\\2992';
} Set it in JavaScript
document.querySelector('.right-angle-bracket-with-dot').textContent = '⦒';