| Symboolnaam | Envelope |
| Unicode-versie | 1.1 |
| Unicode | U+2709 |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code | \2709 |
| Hexadecimale code | 0x2709 |
| HTML-code | ✉ |
| LaTeX | \Envelope |
| Symbool | ✉ |
| URL-codering (UTF-8 procent) | %E2%9C%89 |
| Uitgesproken naam / schermlezer | Envelope |
| UTF-8 | E2 9C 89 |
| UTF-16 | 2709 |
| UTF-32 | 00002709 |
1\documentclass{article}2\usepackage{pifont}3\Envelope4\end{document}Je kunt het envelope-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 9993 on the numeric keypad, or insert via Character Map.
Edit → Emoji & Symbols, search "envelope".
Ctrl + Shift + U, type 2709, then Enter (layout-dependent).
Use the emoji/symbol picker or paste from this page.
Use the emoji/symbol picker or paste from this page.
1span.envelope::before { content: "\2709"; }1<span>✉</span>De weergave van het Envelope-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u2709' or String.fromCodePoint(0x2709) |
| Python | '\N{ENVELOPE}' or chr(9993) |
| Rust | '\u{2709}' |
| C / C++ | UTF-8 source or wchar_t with U+2709 |
| Go | string(rune(0x2709)) |
| Ruby | "\u2709" |