| Nome del simbolo | Sound Recording Copyright |
| Versione Unicode | 1.1 |
| Unicode | U+2117 |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| UTF-8 | E2 84 97 |
| UTF-16 | 2117 |
| UTF-32 | 00002117 |
1\documentclass{article}2\usepackage{pifont}3\textcircledP4\end{document}Puoi digitare il simbolo sound recording copyright sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 8471 on the numeric keypad, or insert via Character Map.
Edit → Emoji & Symbols, search "sound recording copyright", or use Unicode Hex Input.
Ctrl + Shift + U, type 2117, then Enter (layout-dependent).
Paste from this page or use a custom text replacement.
Paste from this page or use extended symbols where available.
1span.phonorecord::before { content: "\2117"; }1<span>℗</span>La rappresentazione del simbolo Sound Recording Copyright nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u2117' or String.fromCodePoint(0x2117) |
| Python | '\N{SOUND RECORDING COPYRIGHT}' or chr(8471) |
| Rust | '\u{2117}' |
| C / C++ | UTF-8 source or wchar_t with U+2117 |
| Go | string(rune(0x2117)) |
| Ruby | "\u2117" |
| Codice CSS |
\2117 |
| Codice esadecimale | 0x2117 |
| Codice HTML | ℗ |
| LaTeX | \textcircledP |
| Simbolo | ℗ |
| Codifica URL (percentuale UTF-8) | %E2%84%97 |
| Nome parlato / screen reader | Sound Recording Copyright |