Caret Insertion Point
⁁
Shortcodes
Copy useful codes for caret insertion point symbol ⁁ to use in websites, apps, blogs, and docs.
Unicode
U+2041 HTML Code
⁁ HEX Code
⁁ CSS Code
\2041 JS/JSON
\u2041 Unix/C/PHP/JAVA
0x2041 URL-encode
%E2%81%81 Customize Caret Insertion Point
Customize ⁁, download it as SVG or PNG, or copy the generated HTML snippet.
⁁
How to use Caret Insertion Point 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
.caret-insertion-point::before {
content: '\\2041';
} Set it in JavaScript
document.querySelector('.caret-insertion-point').textContent = '⁁';