| Nom du symbole | Registered Sign |
| Version Unicode | 1.1 |
| Unicode | U+00AE |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS |
| UTF-8 | C2 AE |
| UTF-16 | 00AE |
| UTF-32 | 000000AE |
1\documentclass{article}2\usepackage{pifont}3\textregistered4\end{document}Vous pouvez saisir le symbole registered sign sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 0174 on the numeric keypad, or insert via Character Map.
Option + R on common keyboard layouts, or Edit → Emoji & Symbols.
Ctrl + Shift + U, type 00ae, then Enter (layout-dependent).
Long-press the R key on supported keyboards, or paste from this page.
Long-press the R key on supported keyboards, or paste from this page.
1span.registered::before { content: "\00AE"; }1<span>®</span>La représentation du symbole Registered Sign dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u00AE' or String.fromCodePoint(0x00AE) |
| Python | '\N{REGISTERED SIGN}' or chr(174) |
| Rust | '\u{00AE}' |
| C / C++ | UTF-8 source or wchar_t with U+00AE |
| Go | string(rune(0x00AE)) |
| Ruby | "\u00AE" |
\00AE |
| Code hexadécimal | 0x00AE |
| Code HTML | ® |
| LaTeX | \textregistered |
| Symbole | ® |
| Encodage URL (pourcent UTF-8) | %C2%AE |
| Nom oral / lecteur d’écran | Registered Sign |