Addressed To The Subject

Shortcodes

Copy and paste codes for Addressed To The Subject symbol ℁ to use in your websites, apps, blogs, and more.

Unicode
U+2101
HTML Code
℁
HEX Code
℁
CSS Code
\2101
JS/JSON
\u2101
Unix/C/PHP/JAVA
0x2101
URL-encode
%E2%84%81
copied

Customize Addressed To The Subject Symbol

Customize ℁ symbol as you like and download Addressed To The Subject as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add Addressed To The Subject symbol in HTML, CSS, and JS?

Insert ℁ Addressed To The Subject using HTML

1. Copy-paste Addressed To The Subject directly:
<span>℁</span>
2. HTML Decimal Code:
<span>&#8449;</span>
3. Hexadecimal Code:
<span>&#x2101;</span>
Preview:

Add Addressed To The Subject symbol with CSS

.addressed-to-the-subject::before {
    content: '\\2101';
}
Preview: Addressed To The Subject

Addressed To The Subject JavaScript Code

1. Direct Symbol:
document.querySelector('.addressed-to-the-subject').textContent = '℁';
2. Unicode Escape for ℁:
document.querySelector('.addressed-to-the-subject').textContent = '\u2101';
Preview: