| Symboolnaam | Ocr Chair |
| Unicode-versie | 1.1 |
| Unicode | U+2441 |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code | \2441 |
| Hexadecimale code | 0x2441 |
| HTML-code | ⑁ |
| LaTeX | \text{OCRCHAIR} |
| Symbool | ⑁ |
| URL-codering (UTF-8 procent) | %E2%91%81 |
| Uitgesproken naam / schermlezer | Ocr Chair |
| UTF-8 | E2 91 81 |
| UTF-16 | 2441 |
| UTF-32 | 00002441 |
1\documentclass{article}2\usepackage{pifont}3\text{OCRCHAIR}4\end{document}Je kunt het ocr chair-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 9281 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "ocr chair", or use Unicode Hex Input with 2441.
Ctrl + Shift + U, type 2441, 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 legacy computing symbol support.
1span.ocr-chair::before { content: "\2441"; }1<span>⑁</span>De weergave van het Ocr Chair-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u2441' or String.fromCodePoint(9281) |
| Python | '\N{OCR CHAIR}' or chr(9281) |
| Rust | '\u{2441}' |
| C / C++ | UTF-8 source or wchar_t with U+2441 |
| Go | string(rune(0x2441)) |
| Ruby | "\u{2441}" |