| Symbol Name | Facsimile Sign |
| Unicode Version | 4.0 |
| Unicode | U+213B |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code | \213B |
| Hex Code | 0x213B |
| HTML Code | ℻ |
| LaTeX | \textfax |
| Symbol | ℻ |
| URL encode (UTF-8 percent) | %E2%84%BB |
| Spoken / screen reader name | Facsimile Sign |
| UTF-8 | E2 84 BB |
| UTF-16 | 213B |
| UTF-32 | 0000213B |
1\documentclass{article}2\usepackage{pifont}3\textfax4\end{document}You can type the facsimile sign symbol on most modern devices with the help of following methods:
Alt + 8507 on the numeric keypad, or insert via Character Map.
Edit → Emoji & Symbols, search "facsimile", or use Unicode Hex Input.
Ctrl + Shift + U, type 213b, then Enter (layout-dependent).
Paste from this page or create a text replacement.
Paste from this page or use extended symbols where available.
1span.fax::before { content: "\213B"; }1<span>℻</span>Facsimile Sign symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u213B' or String.fromCodePoint(0x213B) |
| Python | '\N{FACSIMILE SIGN}' or chr(8507) |
| Rust | '\u{213B}' |
| C / C++ | UTF-8 source or wchar_t with U+213B |
| Go | string(rune(0x213B)) |
| Ruby | "\u213B" |