| Nom du symbole | Curved Stem Paragraph Sign Ornament |
| Version Unicode | 1.1 |
| Unicode | U+2761 |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| UTF-8 | E2 9D A1 |
| UTF-16 | 2761 |
| UTF-32 | 00002761 |
1\documentclass{article}2\usepackage{pifont}3\text{CURVEDSTEMPARAGRAPHSIGNORNAMENT}4\end{document}Vous pouvez saisir le symbole curved stem paragraph sign ornament sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 10081 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "curved stem paragraph sign ornament", or use Unicode Hex Input with 2761.
Ctrl + Shift + U, type 2761, 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.curved-stem-paragraph-sign-ornament::before { content: "\2761"; }1<span>❡</span>La représentation du symbole Curved Stem Paragraph Sign Ornament dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u2761' or String.fromCodePoint(10081) |
| Python | '\N{CURVED STEM PARAGRAPH SIGN ORNAMENT}' or chr(10081) |
| Rust | '\u{2761}' |
| C / C++ | UTF-8 source or wchar_t with U+2761 |
| Go | string(rune(0x2761)) |
| Ruby | "\u{2761}" |
| Code CSS |
\2761 |
| Code hexadécimal | 0x2761 |
| Code HTML | ❡ |
| LaTeX | \text{CURVEDSTEMPARAGRAPHSIGNORNAMENT} |
| Symbole | ❡ |
| Encodage URL (pourcent UTF-8) | %E2%9D%A1 |
| Nom oral / lecteur d’écran | Curved Stem Paragraph Sign Ornament |