| Symboolnaam | Care Of |
| Unicode-versie | 1.1 |
| Unicode | U+2105 |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code | \2105 |
| Hexadecimale code | 0x2105 |
| HTML-code | ℅ |
| LaTeX | \textincare |
| Symbool | ℅ |
| URL-codering (UTF-8 procent) | %E2%84%85 |
| Uitgesproken naam / schermlezer | Care Of |
| UTF-8 | E2 84 85 |
| UTF-16 | 2105 |
| UTF-32 | 00002105 |
1\documentclass{article}2\usepackage{pifont}3\textincare4\end{document}Je kunt het care of-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 8453 on the numeric keypad, or insert via Character Map.
Edit → Emoji & Symbols, search "care of", or enable Unicode Hex Input.
Ctrl + Shift + U, type 2105, then Enter (layout-dependent).
Paste from this page or create a text replacement shortcut.
Paste from this page or use extended symbol panels where available.
1span.care-of::before { content: "\2105"; }1<span>℅</span>De weergave van het Care Of-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u2105' or String.fromCodePoint(0x2105) |
| Python | '\N{CARE OF}' or chr(8453) |
| Rust | '\u{2105}' |
| C / C++ | UTF-8 source or wchar_t with U+2105 |
| Go | string(rune(0x2105)) |
| Ruby | "\u2105" |