Circled Digit Two
②
Shortcodes
Copy useful codes for circled digit two symbol ② to use in websites, apps, blogs, and docs.
Unicode
U+2461 HTML Code
② HEX Code
② CSS Code
\2461 JS/JSON
\u2461 Unix/C/PHP/JAVA
0x2461 URL-encode
%E2%91%A1 Customize Circled Digit Two
Customize ②, download it as SVG or PNG, or copy the generated HTML snippet.
②
How to use Circled Digit Two 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
.circled-digit-two::before {
content: '\\2461';
} Set it in JavaScript
document.querySelector('.circled-digit-two').textContent = '②';