| Symbolname | Postal Mark Face |
| Unicode-Version | 1.1 |
| Unicode | U+3020 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| CSS-Code | \3020 |
| Hexadezimalcode | 0x3020 |
| HTML-Code | 〠 |
| LaTeX | \text{POSTALMARKFACE} |
| Symbol | 〠 |
| URL-Kodierung (UTF-8-Prozent) | %E3%80%A0 |
| Ansagename (Screenreader) | Postal Mark Face |
| UTF-8 | E3 80 A0 |
| UTF-16 | 3020 |
| UTF-32 | 00003020 |
1\documentclass{article}2\usepackage{pifont}3\text{POSTALMARKFACE}4\end{document}Sie können das Symbol postal mark face auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 12320 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "postal mark face", or use Unicode Hex Input with 3020.
Ctrl + Shift + U, type 3020, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with punctuation support.
1span.postal-mark-face::before { content: "\3020"; }1<span>〠</span>Die Darstellung des Symbols Postal Mark Face in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u3020' or String.fromCodePoint(12320) |
| Python | '\N{POSTAL MARK FACE}' or chr(12320) |
| Rust | '\u{3020}' |
| C / C++ | UTF-8 source or wchar_t with U+3020 |
| Go | string(rune(0x3020)) |
| Ruby | "\u{3020}" |