Lower Right Corner With Dot
⟓
Shortcodes
Copy useful codes for lower right corner with dot symbol ⟓ to use in websites, apps, blogs, and docs.
Unicode
U+27D3 HTML Code
⟓ HEX Code
⟓ CSS Code
\27D3 JS/JSON
\u27D3 Unix/C/PHP/JAVA
0x27D3 URL-encode
%E2%9F%93 Customize Lower Right Corner With Dot
Customize ⟓, download it as SVG or PNG, or copy the generated HTML snippet.
⟓
How to use Lower Right Corner 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
.lower-right-corner-with-dot::before {
content: '\\27D3';
} Set it in JavaScript
document.querySelector('.lower-right-corner-with-dot').textContent = '⟓';