| Symbol Name | Curved Stem Paragraph Sign Ornament |
| Unicode Version | 1.1 |
| Unicode | U+2761 |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code |
| UTF-8 | E2 9D A1 |
| UTF-16 | 2761 |
| UTF-32 | 00002761 |
1\documentclass{article}2\usepackage{pifont}3\text{CURVEDSTEMPARAGRAPHSIGNORNAMENT}4\end{document}You can type the curved stem paragraph sign ornament symbol on most modern devices with the help of following methods:
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>Curved Stem Paragraph Sign Ornament symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\2761 |
| Hex Code | 0x2761 |
| HTML Code | ❡ |
| LaTeX | \text{CURVEDSTEMPARAGRAPHSIGNORNAMENT} |
| Symbol | ❡ |
| URL encode (UTF-8 percent) | %E2%9D%A1 |
| Spoken / screen reader name | Curved Stem Paragraph Sign Ornament |