| Nom du symbole | Circled Postal Mark |
| Version Unicode | 1.1 |
| Unicode | U+3036 |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole circled postal mark sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Circled Postal Mark dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\3036 |
| Code hexadécimal | 0x3036 |
| Code HTML | 〶 |
| LaTeX | \text{CIRCLEDPOSTALMARK} |
| Symbole | 〶 |
| Encodage URL (pourcent UTF-8) | %E3%80%B6 |
| Nom oral / lecteur d’écran | Circled Postal Mark |