Facsimile Sign

Shortcodes

Copy and paste codes for Facsimile Sign symbol ℻ to use in your websites, apps, blogs, and more.

Unicode
U+213B
HTML Code
℻
HTML Entity
&fax;
HEX Code
℻
CSS Code
\213B
JS/JSON
\u213B
Unix/C/PHP/JAVA
0x213B
URL-encode
%E2%85%BB
copied

Customize Facsimile Sign Symbol

Customize ℻ symbol as you like and download Facsimile Sign 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 Facsimile Sign symbol in HTML, CSS, and JS?

Insert ℻ Facsimile Sign using HTML

1. Copy-paste Facsimile Sign directly:
<span>℻</span>
2. HTML Decimal Code:
<span>&#8507;</span>
3. HTML Entity:
<span>&fax;</span>
4. Hexadecimal Code:
<span>&#x213B;</span>
Preview:

Add Facsimile Sign symbol with CSS

.facsimile-sign::before {
    content: '\\213B';
}
Preview: Facsimile Sign

Facsimile Sign JavaScript Code

1. Direct Symbol:
document.querySelector('.facsimile-sign').textContent = '℻';
2. Unicode Escape for ℻:
document.querySelector('.facsimile-sign').textContent = '\u213B';
Preview: