| Nome del simbolo | Circled Postal Mark |
| Versione Unicode | 1.1 |
| Unicode | U+3036 |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| UTF-8 | E3 80 B6 |
| UTF-16 | 3036 |
| UTF-32 | 00003036 |
1\documentclass{article}2\usepackage{pifont}3\text{CIRCLEDPOSTALMARK}4\end{document}Puoi digitare il simbolo circled postal mark sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 12342 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "circled postal mark", or use Unicode Hex Input with 3036.
Ctrl + Shift + U, type 3036, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with ornament and fleuron support.
1span.circled-postal-mark::before { content: "\3036"; }1<span>〶</span>La rappresentazione del simbolo Circled Postal Mark nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u3036' or String.fromCodePoint(12342) |
| Python | '\N{CIRCLED POSTAL MARK}' or chr(12342) |
| Rust | '\u{3036}' |
| C / C++ | UTF-8 source or wchar_t with U+3036 |
| Go | string(rune(0x3036)) |
| Ruby | "\u{3036}" |
| Codice CSS |
\3036 |
| Codice esadecimale | 0x3036 |
| Codice HTML | 〶 |
| LaTeX | \text{CIRCLEDPOSTALMARK} |
| Simbolo | 〶 |
| Codifica URL (percentuale UTF-8) | %E3%80%B6 |
| Nome parlato / screen reader | Circled Postal Mark |